View.Reviewers Property
Word Developer Reference |
Returns a Reviewers object that represents all reviewers.
Syntax
expression.Reviewers
expression An expression that returns a View object.
Remarks
The Reviewers object is a global list of all reviewers, regardless of whether the reviewer reviewed the document displayed in the specified window.
Example
This example hides all revisions and comments in the document and displays only revisions and comments made by "Jeff Smith."
Visual Basic for Applications |
---|
|
See Also