HypMenuVOptions

Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise

Description

HypMenuVOptions() opens the Options dialog box.

Syntax

HypMenuVOptions()

Return Value

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

Example

Declare Function HypMenuVOptions Lib "HsAddin"() As Long
Sub MOptions()
   X=HypMenuVOptions()
End Sub