Track Changes Deletions and Insertions Word 2002

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to format track changes, so that deletions are always "BLUE/STRIKETHROUGH" and insertions are always "RED/UNDERLINE" for all Authors of the document? I'm using Word 2002
 
Run a macro containing the following commands

Options.DeletedTextColor = wdBlue
Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough
Options.InsertedTextColor = wdRed
Options.InsertedTextMark = wdInsertedTextMarkUnderline


--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 
Back
Top