Method of IApplication
Opens Help for provided word (URL, chm) in internal/external browser
Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);
==== Visual Basic Script ====
Application.OpenHelp strURL, strArguments, bExternal, nWindowID
==== C++ ====
HRESULT hr = Application.OpenHelp(strURL, strArguments, bExternal, nWindowID);
===== See Also ===== IApplication