ToggleShowAllReviewers Method

Microsoft Word Visual Basic

ToggleShowAllReviewers Method

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

expression.ToggleShowAllReviewers

expression    Required. 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