Expand Minimize
This topic has not yet been rated - Rate this topic

Options.RevisedLinesColor Property (Word)

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

expression .RevisedLinesColor

expression Required. A variable that represents an Options collection.

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
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.