expression.ShowInsertionsAndDeletions
expression Required. 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