RevisedPropertiesColor Property Example
This example tracks changes in the active document, sets the color of text with changed formatting to teal, and applies bold formatting to the selection.
ActiveDocument.TrackRevisions = True
Options.RevisedPropertiesColor = wdTeal
Selection.Font.Bold = True
This example returns the option selected in the Color box under Changed formatting on the Track Changes tab in the Options dialog box (Tools menu).
temp = Options.RevisedPropertiesColor