Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Displays online Help information.
Syntax
expression.Help (HelpType)
expression A variable that represents an Application object.
Parameters
| Name | Required/Optional | Data type | Description |
|---|---|---|---|
| HelpType | Required | PbHelpType | The type of help to display. Can be one of the PbHelpType constants. |
Remarks
Some of the PbHelpType constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.
Example
This example displays a list of topics for troubleshooting printing problems.
Sub ShowPrintTroubleshooter()
Application.Help (HelpType:=pbHelpPrintTroubleshooter)
End Sub
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.