_Application.Help(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.