View Single Post
  #6   Report Post  
Jay Freedman
 
Posts: n/a
Default

Don't let the word "macro" scare you. This is very simple.

- Open Word (any document, even a blank one).
- Press Alt+F11 (the shortcut for Tools Macro Visual Basic
Editor). The editor opens in a separate window.
- Press Ctrl+G (the shortcut for View Immediate Window). A pane
opens at the bottom of the editor, with the title "Immediate".
- Copy the following line from this post:

Options.DeletedTextMark = wdDeletedTextMarkHidden

- Put the cursor in the Immediate pane and paste.
- With the cursor on the same line as the text you just pasted, press
the Enter key.
- Click the red X to close the editor window. All done!

If you later want a different display for deleted text, repeat the
whole procedure except change the word wdDeletedTextMarkHidden to one
of the others I mentioned.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Thu, 2 Jun 2005 10:24:02 -0700, Janet at Boeing Janet at
wrote:

Jay, Thank you for replying. We are delighted that there is a work around.
Please excuse my ignorance but I have never before entered a line of macro.
Will you kindly be more specific as to how I enter this info. Thank you. Janet

"Jay Freedman" wrote:

On Wed, 1 Jun 2005 19:04:09 -0700, Janet at Boeing Janet at
wrote:

I manage a publications dept and I have been hearing many complaints about
the new 2002 MSWord. We work on many documents and the biggest complaint so
far has to do with the track changes function. In the old version it was
possible to SHOW ADDED TEXT WHILE HIDING DELETED TEXT. Does anybody know if
this function is still available? If it isn't this is a huge mistake on
Microsoft's part and certainly not an upgrade but a big downgrade.


In Word 2002 the Track Changes options dialog left out the options for
deleted text, which was indeed a huge mistake that was rectified in
Word 2003. (Note that your 2002 version is no longer "new"!)

But you can still set the option by using this line of macro code:

Options.DeletedTextMark = wdDeletedTextMarkHidden

You can enter this in the Visual Basic immediate window (Alt+F11,
Ctrl+G). You only need to run it once. There are other values you can
set, which are self-explanatory: wdDeletedTextMarkStrikeThrough,
wdDeletedTextMarkUnderline, wdDeletedTextMarkBold, and so forth.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ:
http://word.mvps.org