_Application.Help(Object, Object) Method

Definition

Displays a Help topic.

public void Help (object HelpFile, object HelpContextID);
Public Sub Help (Optional HelpFile As Object, Optional HelpContextID As Object)

Parameters

HelpFile
Object

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

HelpContextID
Object

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

Applies to