PrintRevisions Property Example

This example prints the active document without revision marks.

With ActiveDocument
    .PrintRevisions = False
    .PrintOut
End With