Document.TrackRevisions Property
Word Developer Reference |
True if changes are tracked in the specified document. Read/write Boolean.
Syntax
expression.TrackRevisions
expression A variable that represents a Document object.
Example
This example sets the active document so that it tracks changes and makes them visible on the screen.
Visual Basic for Applications |
---|
|
This example inserts text if change tracking isn't enabled.
Visual Basic for Applications |
---|
|
See Also