Help Method

Applies To

Application object.

Description

Displays a Help topic.

Syntax

expression.Help(HelpFile, ContextID)

expression Required. An expression that returns an Application object.

HelpFile Optional String. The name of the online Help file you want to display. If this argument isn't specified, PowerPoint Help is used.

ContextID Optional Long. The context ID number for the Help topic. If this argument isn't specified, the Help Topics dialog box is displayed.

Example

This example displays topic number 65527 in the Help file Otisapp.hlp.

Application.Help "OTISAPP.HLP", 65527