PrintPreview Property From Microsoft Publisher Visual Basic previous page next page expression.PrintPreview expression Required. An expression that returns one of the objects in the Applies To list.ExampleThis example switches the view to Print Preview.Sub GoToPrintPreview() PrintPreview = True End Sub