RevisedLinesMark Property

Microsoft Word Visual Basic

Show All

RevisedLinesMark Property

       

Returns or sets the placement of changed lines in a document with tracked changes. Read/write WdRevisedLinesMark.

WdRevisedLinesMark can be one of these WdRevisedLinesMark constants.
wdRevisedLinesMarkLeftBorder
wdRevisedLinesMarkNone
wdRevisedLinesMarkOutsideBorder
wdRevisedLinesMarkRightBorder

expression.RevisedLinesMark

expression   Required. An expression that returns an Options object.

Example

This example sets changed lines to appear in the left margin of every page.

Options.RevisedLinesMark = wdRevisedLinesMarkLeftBorder

This example returns the current status of the Mark option under Changed lines on the Track Changes tab in the Options dialog box (Tools menu).

temp = Options.RevisedLinesMark