A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Track Changes - Word 2002 - Different Color for Delete



 
 
Thread Tools Display Modes
  #1  
Old May 19th, 2004, 03:29 AM
Bill
external usenet poster
 
Posts: n/a
Default Track Changes - Word 2002 - Different Color for Delete

We have some large Word documents that require changes
with Track Changes turned on. With these documents it is
impractical to use Print Layout to edit (very slow). In
Normal view, new text and deleted text appears exactly the
same. This is very confusing. Is there some way to make
deleted text look different (different color or font or
strikethrough, say)?
Thanks!
  #2  
Old May 19th, 2004, 03:50 AM
Suzanne S. Barnhill
external usenet poster
 
Posts: n/a
Default Track Changes - Word 2002 - Different Color for Delete

Are you not seeing strikethrough for deleted text? Am I the *only* person in
the world who had that formatting in Word 2002?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Bill" wrote in message
...
We have some large Word documents that require changes
with Track Changes turned on. With these documents it is
impractical to use Print Layout to edit (very slow). In
Normal view, new text and deleted text appears exactly the
same. This is very confusing. Is there some way to make
deleted text look different (different color or font or
strikethrough, say)?
Thanks!


  #3  
Old May 19th, 2004, 03:54 AM
Dayo Mitchell
external usenet poster
 
Posts: n/a
Default Track Changes - Word 2002 - Different Color for Delete

How is it this is only a problem in normal view, but not print layout?

They changed the interface for Track Changes in Word 2002. You can still
adjust the options, but through VBA, not the menus.

Quoting MVP Greg Maxey:
_______

You will have to run a macro. The following provides a means of controlling
most of the options. Here it is set up to show the margin marks only.:

Sub TrackChanges()

With Application.Options
.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
.RevisedLinesColor = wdAuto
' .DeletedTextMark = wdDeletedTextMarkStrikeThrough
' .DeletedTextColor = wdRed
' .DeletedTextMark = wdDeletedTextMarkHidden
' .InsertedTextMark = wdInsertedTextMarkItalic
' .InsertedTextColor = wdBlue
' .InsertedTextMark = wdInsertedTextMarkColorOnly
' .InsertedTextColor = wdAuto
' .RevisedPropertiesMark = wdRevisedPropertiesMarkColorOnly
' .RevisedPropertiesColor = wdAuto
' .RevisedPropertiesMark = wdRevisedPropertiesMarkColorOnly
' .RevisedPropertiesColor = wdViolet

End With
End Sub

Remove the ' next to lines you want to activate. Put a ' next to the lines
you want to deactivate. You can change color choices as well.

You only need to run the macro once.

_________

See also, if necessary:

What do I do with macros sent to me by other newsgroup readers to help me
out?
I don't know how to install them and put them to use
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

DM

"Bill" wrote:

We have some large Word documents that require changes
with Track Changes turned on. With these documents it is
impractical to use Print Layout to edit (very slow). In
Normal view, new text and deleted text appears exactly the
same. This is very confusing. Is there some way to make
deleted text look different (different color or font or
strikethrough, say)?
Thanks!


  #4  
Old May 19th, 2004, 02:52 PM
Suzanne S. Barnhill
external usenet poster
 
Posts: n/a
Default Track Changes - Word 2002 - Different Color for Delete

Because Print Layout view uses balloons; Normal doesn't.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Dayo Mitchell" wrote in
message news:BCD0448B.2D55F%dayomitchell_1997@NOhotmailSPA M.com.invalid...
How is it this is only a problem in normal view, but not print layout?

They changed the interface for Track Changes in Word 2002. You can still
adjust the options, but through VBA, not the menus.

Quoting MVP Greg Maxey:
_______

You will have to run a macro. The following provides a means of

controlling
most of the options. Here it is set up to show the margin marks only.:

Sub TrackChanges()

With Application.Options
.RevisedLinesMark = wdRevisedLinesMarkOutsideBorder
.RevisedLinesColor = wdAuto
' .DeletedTextMark = wdDeletedTextMarkStrikeThrough
' .DeletedTextColor = wdRed
' .DeletedTextMark = wdDeletedTextMarkHidden
' .InsertedTextMark = wdInsertedTextMarkItalic
' .InsertedTextColor = wdBlue
' .InsertedTextMark = wdInsertedTextMarkColorOnly
' .InsertedTextColor = wdAuto
' .RevisedPropertiesMark = wdRevisedPropertiesMarkColorOnly
' .RevisedPropertiesColor = wdAuto
' .RevisedPropertiesMark = wdRevisedPropertiesMarkColorOnly
' .RevisedPropertiesColor = wdViolet

End With
End Sub

Remove the ' next to lines you want to activate. Put a ' next to the lines
you want to deactivate. You can change color choices as well.

You only need to run the macro once.

_________

See also, if necessary:

What do I do with macros sent to me by other newsgroup readers to help me
out?
I don't know how to install them and put them to use
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm

DM

"Bill" wrote:

We have some large Word documents that require changes
with Track Changes turned on. With these documents it is
impractical to use Print Layout to edit (very slow). In
Normal view, new text and deleted text appears exactly the
same. This is very confusing. Is there some way to make
deleted text look different (different color or font or
strikethrough, say)?
Thanks!



  #5  
Old May 19th, 2004, 11:49 PM
Bill
external usenet poster
 
Posts: n/a
Default Thanks for the Help! - Track Changes


Thanks for all the help. I'll give it a try. I haven't
used VBA with Word before. Bill
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:54 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.