HypMenuVMemberSelection

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

Cloud data provider types: Oracle Essbase, Planning, Planning Modules, Financial Consolidation and Close, Tax Reporting

On-premises data provider types: Oracle Essbase, Oracle Hyperion Planning, Oracle Hyperion Financial Management

Description

HypMenuVMemberSelection() opens the Member Selection dialog box.

Syntax

HypMenuVMemberSelection()

Return Value

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

Example

Public Declare Function HypMenuVMemberSelection Lib "HsAddin" () As Long
Sub MMemberSelection()
   X=HypMenuVMemberSelection()
End Sub