Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 995 Bytes

Word.View.ShowRevisionsAndComments.md

File metadata and controls

43 lines (26 loc) · 995 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
View.ShowRevisionsAndComments property (Word)
vbawd10.chm161808418
vbawd10.chm161808418
Word.View.ShowRevisionsAndComments
b59de20c-cff0-0621-cb0d-aa04d77f1347
06/08/2017
medium

View.ShowRevisionsAndComments property (Word)

True for Microsoft Word to display revisions and comments that were made to a document with Track Changes enabled. Read/write Boolean.

Syntax

expression. ShowRevisionsAndComments

expression An expression that returns a 'View' object.

Example

This example hides the revisions and comments in a document. This example assumes that the document in the active window contains revisions made by one or more reviewers.

Sub ShowRevsComments() 
 ActiveWindow.View.ShowRevisionsAndComments = False 
End Sub

See also

View Object

[!includeSupport and feedback]