Options.RevisedLinesColor Property

Word Developer Reference

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

Syntax

expression.RevisedLinesColor

expression   Required. A variable that represents an Options collection.

Example

This example sets the color of changed lines to pink.

Visual Basic for Applications
  Options.RevisedLinesColor = wdPink

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

Visual Basic for Applications
  temp = Options.RevisedLinesColor

See Also