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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.