InsertedTextColor Property

Applies To

Options object.

Description

Returns or sets the color of text that is inserted while change tracking is enabled. 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

Remarks

If the InsertedTextColor property is set to wdByAuthor, Word automatically assigns a unique color to each of the first eight authors who revise a document.

See Also

DeletedTextColor property, InsertedTextMark property.

Example

This example sets the color of inserted text to dark red.

Options.InsertedTextColor = wdDarkRed
This example returns the current status of the Color option under Inserted Text on the Track Changes tab in the Options dialog box.

temp = Options.InsertedTextColor