Data provider types:Planning (forms only), Financial Management (forms only), Hyperion Enterprise (forms only)
HypMenuVInstruction() opens the Instructions dialog box.
Returns 0 if successful; otherwise, returns the appropriate error code.
HypMenuVInstruction()
Public Declare Function HypMenuVInstruction Lib "HsAddin" () As Long Sub MInstruction() X=HypMenuVInstruction() End Sub