Syntax
expression.ClosePrintPreview expression An expression that returns a Document object. See Also PrintPreview method, PrintPreview property. Example This example switches the active window from print preview to normal view.If PrintPreview = True Then ActiveDocument.ClosePrintPreview
ActiveWindow.View.Type = wdNormalView