Window.ToggleShowAllReviewers Method

Word Developer Reference

Shows or hides all comments in a document that contains comments and tracked changes.

Syntax

expression.ToggleShowAllReviewers

expression   Required. A variable that represents a Window object. An expression that returns a Window object

Example

The following example shows all comments in the active document. This example assumes that there are comments in the document.

Visual Basic for Applications
  Application.ActiveWindow.ToggleShowAllReviewers

See Also