Data source types: Essbase, Planning (ad hoc only), Financial Management (ad hoc only), Hyperion Enterprise (ad hoc only)
HypMenuVZoomOut() collapses the view of data according to the options specified in the Options dialog box.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVZoomOut Lib "HsAddin"() As Long
Sub MZoomOut()
X=HypMenuVZoomOut()
End Sub