Retrieves and expands data from Essbase according to the options specified in the Essbase Options dialog box.
EssMenuVZoomIn()
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 EssMenuVZoomIn Lib "ESSEXCLN.XLL"() As Long Sub MZoomIn() X=EssMenuVZoomIn() End Sub