Global.Help method (Word)
Displays on-line Help information.
expression. Help
( _HelpType_
)
expression A variable that represents a 'Global' object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
HelpType | Required | Variant | The on-line Help topic or window. Can be any of these WdHelpType constants. |
Some of the constants listed above may not be available to you, depending on the language support (U.S. English, for example) that you have selected or installed.
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
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.