Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVOptions() opens the Options dialog box.
HypMenuVOptions()
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVOptions Lib "HsAddin"() As Long Sub MOptions() X=HypMenuVOptions() End Sub