RevisedLinesColor Property
Applies To
Options object.
Description
Returns or sets the color of changed lines in a document with tracked changes. Read/write Long.
Can be one of the following WdColorIndex constants:
See Also
RevisedLinesMark property.
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.
temp = Options.RevisedLinesColor