HypMenuVPivot

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

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

HypMenuVPivot() pivots the members associated with the selected cell.

Syntax

HypMenuVPivot()

Return Value

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

Example

Declare Function HypMenuVPivot Lib "HsAddin"() As Long
Sub MPivot()
   X=HypMenuVPivot()
End Sub