DisplayPrintTroubleshooter Property

Microsoft Publisher Visual Basic

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