HelpLaunch Method

Starts a Help file.

Syntax

expression.HelpLaunch(FileName, ContextNumber, Search, SearchKey)

*expression   *     Optional. An expression that returns an Application object.

FileName    Optional String. The file name (with either .hlp or .chm extension) of the Help file to start. If FileName is not specified and Search is False, the Project Help window appears with the navigation pane expanded.

ContextNumber    Optional Long. The context number of a topic to display.

Search    Optional Boolean. True if the Help window appears with the navigation pane expanded (CHM). If Search is True, ContextNumber is ignored. The default value is False.

SearchKey    Optional String. Due to changes in the Project object model, this argument is no longer supported.

Applies to | Application Object

See Also | HelpAbout Method | HelpAnswerWizard Method | HelpContents Method | HelpContextHelp Method | HelpTechnicalSupport Method | OfficeOnTheWeb Method