HypMenuVOptions

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

Description

HypMenuVOptions() enables you to select options for the active sheet and customize the behavior of Smart View, using 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