Help Method

Displays on-line Help information.

expression**.Help(HelpType)**

expression An expression that returns a Application object.

WdHelpType

Enumerated type can be one of these enumerated type constants.
wdHelp Displays the Help Topics dialog box.
wdHelpAbout Displays the About Microsoft Word dialog box (Help menu).
wdHelpActiveWindow Displays Help describing the command associated with the active view or pane.
wdHelpContents Displays the Help Topics dialog box.
wdHelpHWP Displays Help topics for AreA Hangul users.
wdHelpIchitaro Displays Help topics for Ichitaro users.
wdHelpIndex Displays the Help Topics dialog box.
wdHelpPE2 Displays Help topics for IBM Personal Editor 2 users.
wdHelpPSSHelp Displays product support information.
wdHelpSearch Displays the Help Topics dialog box.
wdHelpUsingHelp Displays a list of Help topics that describe how to use Help.

Remarks

Some of the constants listed above may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

Example

This example displays the Help Topics dialog box.

Help HelpType:=wdHelp

This example displays a list of Help topics that describe how to use Help.

Help HelpType:=wdHelpUsingHelp

Applies to | Application Object | Global Object

See Also | AnswerWizard Property