Data source types: Essbase, Planning, Financial Management, Hyperion Enterprise
HypMenuVShowHelpHtml() launches the online help.
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 MDisConn()
X=HypMenuVShowHelpHtml(launch.html)
End Sub