title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.Help method (PowerPoint) |
vbapp10.chm502021 |
|
|
97dabc76-1987-6e08-ea42-6762be6b7d60 |
06/08/2017 |
medium |
Displays a Help topic.
expression. Help
( _HelpFile_
, _ContextID_
)
expression A variable that represents an Application object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
HelpFile | Optional | String | The name of the Help file you want to display. Can be either a .chm or an .hlp file. If this argument is not specified, Microsoft PowerPoint Help is used. |
ContextID | Optional | Long | The context ID number for the Help topic. If this argument is not specified or if it specifies a context ID number that is not associated with a Help topic, the Help Topics dialog box is displayed. |
This example displays topic number 65527 in the Help file MyHelpFile.chm.
Application.Help "MyHelpFile.chm", 65527
[!includeSupport and feedback]