Data provider types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVShowHelpHtml() launches the online help.
HypMenuVShowHelpHtml(vtHelpPage)
ByVal vtHelpPage As Variant
vtHelpPage: The name of the HTML file that launches the help.
Returns 0 if successful; otherwise, returns the appropriate error code.
Public Declare Function HypMenuVShowHelpHtml Lib "HsAddin" (ByVal vtHelpPage As Variant) As Long Sub MShowHelpHtml() X=HypMenuVShowHelpHtml("launch.htm") End Sub