RevisionsFilter.Markup property (Word)

Returns or sets a WdRevisionsMarkup constant that specifies the extent of reviewer markup displayed in the document. Read/write.

Syntax

expression. Markup

expression A variable that represents a 'RevisionsFilter' object.

Example

This example shows how to display all revisions and markup 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 Markup_Example()

    ActiveWindow.View.RevisionsFilter.Markup = wdRevisionsMarkupAll

End Sub

Property value

WDREVISIONSMARKUP

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.