Partager via


Global.Help Method (Word)

Displays on-line Help information.

Syntax

expression .Help(HelpType)

expression A variable that represents a Global object.

Parameters

Name

Required/Optional

Data Type

Description

HelpType

Required

Variant

The on-line Help topic or window. Can be any of these WdHelpType constants.

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

See Also

Concepts

Global Object Members

Global Object