Controls whether navigational operations such as Pivot, Zoom In, Zoom Out, Keep Only, and Remove Only retrieve data. A check mark next to the command in the Essbase menu indicates this feature is turned on. This command serves the same function as using Navigate without Data in the Essbase Options dialog box.
EssMenuVDatalessNav()
Returns 0 if successful. A negative number indicates a local failure (see VBA Return Values). A return value greater than zero indicates a failure on the server.
Declare Function EssMenuVDatalessNav Lib "ESSEXCLN.XLL"() As Long Sub MDatalessNav() X=EssMenuVDatalessNav() End Sub