Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I also need to show revision bars ONLY. This is frustrating since Word 97
was so easy to choose "show changes in text" or "show changes in print" yes or no options. I tried the macro given and found that the deleted text still shows as strike-through text for me also. I hope someone out there can help us find a solution to this problem in Word 2002. Thanks! "S2art" wrote: This marco also worked for me, but it only accepted the changes I added, not the deletions. Is there a similar macro to accept the deletions, or to accept both simultaneously? Thanks "Greg" wrote: To me the range of options for tracking changes is the most disappointing feature of Word2002. Thankfully this was corrected in Word2003. To regain the ability to fully customize track changes (e.g., customize the deleted text mark) you will need a macro. The following is an adaptation of a macro Shauna Kelly provided me last year when I was frustrated by this same problem. It is currently set to provide the options you have indicated. To customize further, you will need to open the VBA project and change the macro. Sub TrackChanges() With Application.Options .RevisedLinesMark = wdRevisedLinesMarkOutsideBorder .RevisedLinesColor = wdAuto .DeletedTextMark = wdDeletedTextMarkHidden .DeletedTextColor = wdAuto .InsertedTextMark = wdInsertedTextMarkNone .InsertedTextColor = wdAuto .RevisedPropertiesMark = wdRevisedPropertiesMarkNone .RevisedPropertiesColor = wdAuto End With End Sub Need help installing macros? See: http://www.gmayor.com/installing_macro.htm -----Original Message----- I am using Word 2002. I want to accept all changes in my document but want to keep side bars. How can I do this in Word 2002? -- Thanks in advance. Bharat . |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word 2002 Document Problems | Microsoft Word Help | |||
Semitransparent watermarks take a long time to PDF with Word 2002 | Microsoft Word Help | |||
lost word 2002 product key | Microsoft Word Help | |||
How do I copy new macros in Word 2002 from administrator to my wo. | Microsoft Word Help | |||
A Question About the Track Changes function in Word | Microsoft Word Help |