Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 909 Bytes

Word.Document.PrintRevisions.md

File metadata and controls

44 lines (27 loc) · 909 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.PrintRevisions property (Word)
vbawd10.chm158007611
vbawd10.chm158007611
Word.Document.PrintRevisions
2dd7e497-70de-6bd5-7692-5757811fdec7
06/08/2017
medium

Document.PrintRevisions property (Word)

True if revision marks are printed with the document. False if revision marks aren't printed (that is, tracked changes are printed as if they'd been accepted). Read/write Boolean.

Syntax

expression. PrintRevisions

expression A variable that represents a Document object.

Example

This example prints the active document without revision marks.

With ActiveDocument 
 .PrintRevisions = False 
 .PrintOut 
End With

See also

Document Object

[!includeSupport and feedback]