Jay
Thu Dec 09 19:16:29 CST 2004
On Thu, 9 Dec 2004 15:33:56 -0000, "Jonathan West" <jwest@mvps.org>
wrote:
>
>"nina_k73" <ninak73@discussions.microsoft.com> wrote in message
>news:6F361A92-945F-4B06-9BDE-834018E58D9A@microsoft.com...
>> Hi,
>> In a previous version of Word, the track changes option allowed me to put
>> insertions in one color and what I took out in another. Now it's the same
>> colour for everything. As a translator, it used to help me compare new and
>> old versions of documents and allowed me to save time.
>>
>> Please put this feature back again. Why change something that was fine for
>> something totally inadequate?
>
>It is still in the current version of Word. You can configure colors by
>going to Tools, Options, clicking on the Track Changes tab of the dialog and
>setting different colors for Insertions and Deletions.
On this topic, you have to be very specific about the version of Word.
The Track Changes options for deleted text were omitted from Word 2002
*only*, and they were restored in Word 2003. I'll guess that Nina has
2002.
To remedy the oversight, you need to use one line of macro code once.
Press Alt+F11 to open the macro editor, and press Ctrl+G to open the
Immediate window at the bottom of the editor. In that window, type or
paste this line:
Application.Options.DeletedTextColor=wdRed
You can change the color name at the end to the color of your choice.
Press Enter at the end of the line and close the editor. From now on
(until you come back and change it) all deleted text will be red, and
you can use blue or some other color for inserted text.
There are other options you can set through macro code. The whole
thing is described here:
http://groups-beta.google.com/group/microsoft.public.word.newusers/browse_thread/thread/4bf5276dcd4ffece/d719f55e8316b07b
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ:
http://word.mvps.org