Data source types:Planning (forms only), Financial Management (forms only), Hyperion Enterprise (forms only)
HypMenuVInstruction() displays instructions that may be associated with a Planning data form.
HypMenuVInstruction()
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVInstruction Lib "HsAddin" () As Long Sub MInstruction() X=HypMenuVInstruction() End Sub