View.ShowFormatChanges Property
Word Developer Reference |
True for Microsoft Word to display formatting changes made to a document with Track Changes enabled. Read/write Boolean.
Syntax
expression.ShowFormatChanges
expression An expression that returns a View object.
Example
This example hides the formatting changes made to the active document. This example assumes that formatting changes have been made to a document in which Track Changes is enabled.
Visual Basic for Applications |
---|
|
See Also