Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 980 Bytes

Word.revisionsfilter.markup.md

File metadata and controls

45 lines (23 loc) · 980 Bytes
title ms.assetid ms.date ms.localizationpriority
RevisionsFilter.Markup property (Word)
90b90dd8-ead3-8e3c-f27e-a4614d12798c
06/08/2017
medium

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

[!includeSupport and feedback]