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:

  • wdAuto
  • wdBlack
  • wdBlue
  • wdBrightGreen
  • wdByAuthor
  • wdDarkBlue
  • wdDarkRed
  • wdDarkYellow
  • wdGray25
  • wdGray50
  • wdGreen
  • wdNoHighlight
  • wdPink
  • wdRed
  • wdTeal
  • wdTurquoise
  • wdViolet
  • wdWhite
  • wdYellow

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