Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Anupam (Sydney Australia) Anupam (Sydney Australia) is offline
external usenet poster
 
Posts: 1
Default How can I accept track changes without loosing the font colour?

I'm a MS Word 2003 user, where I have updated some documents with track
change on. The changes have appeared in blue coloured font.
Now I want to accept all the changes, but still want to retain the changes
in blue cloured fonts in the final document.
Thanks.

  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Greg Maxey[_2_] Greg Maxey[_2_] is offline
external usenet poster
 
Posts: 668
Default How can I accept track changes without loosing the font colour?

Are all the changes appearing in blue colored font (i.e., both insertions
and deletions) or are you only wanting to keep insertions with blue colored
font. Either way, you are going to need to run a macro. If the latter,
then perhaps something like this:

Sub ScratchMaco()
Dim oRev As Revision
For Each oRev In ActiveDocument.Revisions
If oRev.Type = wdRevisionInsert Then
oRev.Range.Font.Color = wdColorBlue
End If
oRev.Accept
Next
End Sub

For help installing and using the macro see:
http://www.gmayor.com/installing_macro.htm


Anupam (Sydney Australia) wrote:
I'm a MS Word 2003 user, where I have updated some documents with
track change on. The changes have appeared in blue coloured font.
Now I want to accept all the changes, but still want to retain the
changes in blue cloured fonts in the final document.
Thanks.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Idaho Word Man Idaho Word Man is offline
external usenet poster
 
Posts: 417
Default How can I accept track changes without loosing the font colour?

The short answer is "you can't." Once you "accept all the changes,"
Microsoft Word does not track them any longer. An accepted change is not
distinguished in any way from the original text of the document.

You can, however, hide everything but the color change. Go to the Tools menu
and select Options - Track Changes.

Set Insertions to "Color only."
Set Deletions to "Hidden."
Set Formatting and Changed Lines to "(none)."

That will give you a printable document that will show new text in blue and
will show no other markings for the changes. Unfortunately, if you give the
Word document to anybody else, all tracked changes will still be available to
them.

Your only other option is to re-format the text by hand. Go back to your
options and set Deletions to "Strikethrough" and then TURN OFF CHANGE
TRACKING. Then, on the Reviewing toolbar, use the blue "Previous" and
"Next" arrows to scroll through the document from one tracked change to the
next. If the tracked change is an addition, set the font format to blue and
accept the change. If the tracked change is a deletion or format change, just
accept it.

That's a painstaking process, but it will leave you with a document that
shows your changes in permanently blue text.

I hope this helps.

Fred




"Anupam (Sydney Australia)" wrote:

I'm a MS Word 2003 user, where I have updated some documents with track
change on. The changes have appeared in blue coloured font.
Now I want to accept all the changes, but still want to retain the changes
in blue cloured fonts in the final document.
Thanks.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
DeanH DeanH is offline
external usenet poster
 
Posts: 1,862
Default How can I accept track changes without loosing the font colour?

As a possible alternative to you question, you can extract the changes from a
document into a new document. See the attached article which has a simple
extraction macro which produces a document with all the displayed changes in
a document.
http://www.thedoctools.com/index.php...hanges_extract
I have used this many times with great success.
Hope this helps
DeanH


"Anupam (Sydney Australia)" wrote:

I'm a MS Word 2003 user, where I have updated some documents with track
change on. The changes have appeared in blue coloured font.
Now I want to accept all the changes, but still want to retain the changes
in blue cloured fonts in the final document.
Thanks.

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Accept only formatting changes in 'track changes' Vibeke Microsoft Word Help 3 July 25th 07 11:58 PM
Can I accept all changes in Track Changes just once? Wilelm Microsoft Word Help 1 August 4th 06 10:45 PM
Accept All Changes in Track Changes got confused Alesia Sipes Microsoft Word Help 0 February 9th 06 06:04 PM
track changes - accept and next cooktj Microsoft Word Help 2 October 10th 05 07:37 PM
Accept and reject in track changes Subin New Users 1 August 24th 05 09:04 PM


All times are GMT +1. The time now is 04:28 AM.

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"