HypMenuVZoomIn

Describes the Oracle Smart View for Office VBA function, HypMenuVZoomIn.

Data provider types: Oracle Essbase, Planning (ad hoc only), Planning Modules (ad hoc only), Financial Consolidation and Close (ad hoc only), Tax Reporting (ad hoc only)

Description

HypMenuVZoomIn() expands the view of data according to the options specified in the Options dialog box.

Syntax

HypMenuVZoomIn()

Return Value

Returns 0 if successful; otherwise, returns the appropriate error code.

Example

Declare Function HypMenuVZoomIn Lib "HsAddin"() As Long
Sub MZoomIn()
   X=HypMenuVZoomIn()
End Sub