Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVOptions() enables you to select options for the active sheet and customize the behavior of Smart View, using the Options dialog box.
Returns 0 if successful; otherwise, returns the appropriate error code.
Declare Function HypMenuVOptions Lib "HsAddin"() As Long
Sub MOptions()
X=HypMenuVOptions()
End Sub