Applies To
Application Object.
Description
Displays a Help topic.
Syntax
object.Help(helpFile, helpContextID)
object
Required. The Application object.
helpFile
Optional. The name of the online Help file you wish to display. If this argument is not specified, Microsoft Excel's Help file is used.
helpContextID
Optional. Specifies the context ID for the Help topic. If this argument is not specified, the Help Topics dialog box is displayed.
Example
This example displays the contents screen for the Help file OTISAPP.HLP.
Application.Help "OTISAPP.HLP"