Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.