Share via


DisplayPrintTroubleshooter Property [Publisher 2003 VBA Language Reference]

True to automatically display a Help topic to troubleshoot printing problems when printing publications. Read/write Boolean.

expression.DisplayPrintTroubleshooter

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example enables displaying the Print Troubleshooting Help topic when printing publications.

Sub ShowPrinterHelp()
    Application.Options.DisplayPrintTroubleshooter = True
End Sub

Applies to | Options Object