Share via


_Application.Help Method

Displays a Help topic.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub Help ( _
    HelpFile As Object, _
    HelpContextID As Object _
)
'Usage
Dim instance As _Application
Dim HelpFile As Object
Dim HelpContextID As Object

instance.Help(HelpFile, HelpContextID)
void Help(
    Object HelpFile,
    Object HelpContextID
)

Parameters

  • HelpFile
    Type: System.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
    Type: System.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.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace