Track changes

G

Glen

We just switched from Word 97 to XP. Track changes used
to allow you to see deletions by drawing a line through
them. Now, there's no option for deletions. How can you
differentiate between additions and deletions?
 
M

Margaret Aldis

Hi Glen

You can't set options for deletions from the user interface in Word 2002
(some idiot removed it!) but you can do it using VBA.

For example:

Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough
Options.DeletedTextColor = wdRed

You can enter these in the Visual Basic immediate window (Alt - F11,
Ctrl -G). You only need to run the code once.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top