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 » Page Layout
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Track Changes in Word 2002



 
 
Thread Tools Display Modes
  #1  
Old May 5th, 2004, 06:29 PM
external usenet poster
 
Posts: n/a
Default Track Changes in Word 2002

I like the format of the old Track Changes functionality
in Word. I upgraded to Word 2002 and hate the new
format. Is there any way to get Word 2002 to use the old
Track Changes formatting?

Any help would be appreciated...
  #2  
Old May 5th, 2004, 11:56 PM
Suzanne S. Barnhill
external usenet poster
 
Posts: n/a
Default Track Changes in Word 2002

If you turn off balloons (Tools | Options | Track Changes), you'll get some
of the old functionality back.

--
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.

wrote in message
...
I like the format of the old Track Changes functionality
in Word. I upgraded to Word 2002 and hate the new
format. Is there any way to get Word 2002 to use the old
Track Changes formatting?

Any help would be appreciated...


  #3  
Old May 6th, 2004, 01:46 AM
Dayo Mitchell
external usenet poster
 
Posts: n/a
Default Track Changes in Word 2002

What kind of formatting do you mean? There's a macro floating around
(below) that lets you change the settings to mark various changes.

DM

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.
_________________

" wrote:

I like the format of the old Track Changes functionality
in Word. I upgraded to Word 2002 and hate the new
format. Is there any way to get Word 2002 to use the old
Track Changes formatting?

Any help would be appreciated...


 




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 12:44 PM.


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