Options.RevisedLinesColor Property (Word)
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.
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).
temp = Options.RevisedLinesColor