HypMenuVSelectForm

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

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

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

Description

HypMenuVSelectForm() opens the Select Form dialog box.

Syntax

HypMenuVSelectForm()

Return Value

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

Example

Public Declare Function HypMenuVSelectForm Lib "HsAddin" () As Long
Sub MSelectForm()
   X=HypMenuVSelectForm()
End Sub