ActionOpenParam
DescriptionTries to connect to the cube set by one of the Open... properties. If the properties are not set, appear the interactive dialog to connect to a cube.
Exampleswith Cube1
 if .doAction("openParam") = True then
  msgBox "Successful connection"
 end if
end with
Example ExplanationConnects to a cube using the interactive dialog.
See also
OpenServerOpen a cube located in MS Analysis Services
OpenFileOpen a local cube file
OpenViewOpen a local cube view
OpenWWWDirOpen a cube file or cube view located on a web server
NotesIf no property is set, an interactive cube connection is made.