RevisionsFilter.Reviewers property (Word)

Returns a Reviewers object that represents the collection of reviewers of one or more documents.

Syntax

expression. Reviewers

expression A variable that represents a 'RevisionsFilter' object.

Remarks

The Reviewers collection returned by Reviewers contains the names of all reviewers who have reviewed documents opened or edited on a computer.

Note

The Reviewers property replaces the View.Reviewers property found in previous versions of Word, which is now deprecated.

Example

This example shows how to get the count of all reviewers in the document in the active window. This example assumes that the document in the active window contains revisions made by one or more reviewers.

Public Sub Reviewers_Example()

   Debug.Print ActiveWindow.View.RevisionsFilter.Reviewers.Count

End Sub

Property value

REVIEWERS

See also

RevisionsFilter Object

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.