Data source types: Planning, Financial Management, Hyperion Enterprise
HypMenuVSelectForm() enables you to select Financial Management data forms.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVSelectForm Lib "HsAddin" () As Long
Sub MSelectForm()
X=HypMenuVSelectForm()
End Sub