Compartilhar via


Window.ToggleShowAllReviewers Method (Word)

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.

Application.ActiveWindow.ToggleShowAllReviewers

See Also

Concepts

Window Object Members

Window Object