Reviewers object (Word)

A collection of Reviewer objects that represents the reviewers of one or more documents. The Reviewers collection contains the names of all reviewers who have reviewed documents opened or edited on a computer.

Remarks

Use Reviewers (Index), where Index is the name or index number of the reviewer, to return a single reviewer in the Reviewers collection. This example hides revisions made by the first reviewer in the Reviewers collection.

Sub HideAuthorRevisions(blnRev As Boolean) 
 ActiveWindow.View.Reviewers(Index:=1) _ 
 .Visible = False 
End Sub

See also

Word Object Model Reference

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.