Share via


Application.Help Method

Excel Developer Reference

Displays a Help topic.

Syntax

expression.Help(HelpFile, HelpContextID)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
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.

See Also