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 object.

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

See also

Options Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.