ClosePrintPreview Method Example
This example switches the active window from print preview to normal view.
If ActiveDocument.PrintPreview = True Then _ ActiveDocument.ClosePrintPreview ActiveDocument.ActiveWindow.View.Type = wdNormalView