Help Method

Applies To

Application object.

Description

Displays a Help topic.

Syntax

expression.Help(HelpFile, HelpContextID)

expression Required. An expression that returns an Application object.

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

HelpContextID Optional Variant. Specifies 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