EssMenuVZoomIn

Description

Retrieves and expands data from Essbase according to the options specified in the Essbase Options dialog box.

Syntax

EssMenuVZoomIn()

Return Value

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.

Example

Declare Function EssMenuVZoomIn Lib "ESSEXCLN.XLL"() As Long

Sub MZoomIn()
X=EssMenuVZoomIn()
End Sub