Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Luis Jose Romero
 
Posts: n/a
Default I will like to get rid of a type of tracked changes. all FORMATT.

I am using the Track Changes option and want to 'Accept' all of the
"FORMATTED" type changes. How can I do it without having to do it one by one?


  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman
 
Posts: n/a
Default I will like to get rid of a type of tracked changes. all FORMATT.

Luis Jose Romero wrote:
I am using the Track Changes option and want to 'Accept' all of the
"FORMATTED" type changes. How can I do it without having to do it
one by one?


Use this macro (see http://www.gmayor.com/installing_macro.htm if
necessary):

Sub AcceptFormattingChanges()
Dim myRev As Revision

For Each myRev In ActiveDocument.Revisions
If myRev.Type = wdRevisionProperty Then
myRev.Accept
End If
Next
End Sub

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default I will like to get rid of a type of tracked changes. all FORMATT.

If you are using Word 2002 or 2003, on the Show menu, deselect everything
except Formatting. Then on the Accept Change menu, choose Accept All Changes
Shown.

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

"Luis Jose Romero" Luis Jose wrote in
message ...
I am using the Track Changes option and want to 'Accept' all of the
"FORMATTED" type changes. How can I do it without having to do it one by

one?



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
AutoFormat As You Type -- Dashes Uriel Microsoft Word Help 4 January 1st 06 12:35 AM
At default setting, type appears microscopicly small. Why? Knucklehead New Users 5 November 16th 05 04:48 AM
true type and open type fonts Lucas Microsoft Word Help 1 November 4th 05 03:30 PM
Cross reference to custom caption type Ton Microsoft Word Help 2 February 9th 05 03:04 PM
Font style & type Ed Mullikin New Users 5 January 9th 05 12:10 AM


All times are GMT +1. The time now is 03:19 PM.

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

About Us

"It's about Microsoft Word"