HypMenuVSelectForm

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

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

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