Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 905 Bytes

Word.Application.PrintPreview.md

File metadata and controls

51 lines (29 loc) · 905 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.PrintPreview property (Word)
vbawd10.chm158335003
vbawd10.chm158335003
Word.Application.PrintPreview
6f522dc1-60ad-d5c1-029b-961fce1992e5
06/08/2017
medium

Application.PrintPreview property (Word)

True if print preview is the current view. Read/write Boolean.

Syntax

expression. PrintPreview

expression A variable that represents an Application object.

Example

This example switches the view to print preview.

PrintPreview = True

This example switches the active window from print preview to normal view.

PrintPreview = False 
ActiveDocument.ActiveWindow.View.Type = wdNormalView

See also

Application Object

[!includeSupport and feedback]