Поделиться через


Application.PrintPreview Property (Publisher)

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

Syntax

expression .PrintPreview

expression A variable that represents a Application object.

Return Value

Boolean

Example

This example switches the view to Print Preview.

Sub GoToPrintPreview() 
 PrintPreview = True 
End Sub

See Also

Concepts

Application Object

Application Object Members