DisplayPrintTroubleshooter Property

       

True to enable Microsoft Publisher 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