View Single Post
  #2   Report Post  
Margaret Aldis
 
Posts: n/a
Default

The Word 2002 track changes options dialog doesn't give you proper control
on the way deletions are shown, but you can still do it using VBA:

Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough

You can enter this in the Visual basic immediate window (Alt - F11,
Ctrl -G). You only need to run it once.

--
Margaret Aldis - Microsoft Word MVP
Syntagma partnership site: http://www.syntagma.co.uk
Word MVP FAQ site: http://www.word.mvps.org

"Dorna Tucker" wrote in message
...
I'm using Word 2002, when using Track/Changes, how can I get my deleted

text
to view on the screen and when printed with strikethrough. The deleted

text
only shows color red. This is ok for the screen, however, when printed to

a
laserjet, having the color red does not show the deleted text.