Share via


PrintPreview Property [Publisher 2003 VBA Language Reference]

True to display in Print Preview the publication in the current view. Read/write Boolean.

expression.PrintPreview

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

Example

This example switches the view to Print Preview.

Sub GoToPrintPreview()
    PrintPreview = True
End Sub

Applies to | Application Object