Options.RevisedLinesMark Property

Word Developer Reference

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

Syntax

expression.RevisedLinesMark

expression   Required. A variable that represents an Options collection.

Example

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

Visual Basic for Applications
  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).

Visual Basic for Applications
  temp = Options.RevisedLinesMark

See Also