PrintPreview Method Example
This example switches the active document to print preview if it's currently in some other view.
If Application.PrintPreview = False Then ActiveDocument.PrintPreview End If