Document.ClosePrintPreview (Word)
Switches the specified document from print preview to the previous view.
If the specified document isn't in print preview, an error occurs.
If ActiveDocument.PrintPreview = True Then _
ActiveDocument.ClosePrintPreview
ActiveDocument.ActiveWindow.View.Type = wdNormalView