View.ShowInsertionsAndDeletions property (Word)
True for Microsoft Word to display insertions and deletions that were made to a document with Track Changes enabled. Read/write Boolean.
Syntax
expression. ShowInsertionsAndDeletions
expression An expression that returns a 'View' object.
Example
This example hides the insertions and deletions made in a document. This example assumes that the document in the active window contains revisions made by one or more reviewers.
Sub HideInsertDelete()
ActiveWindow.View.ShowInsertionsAndDeletions = False
End Sub
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.