h1

Word: Accept formatting Track Changes but not text

May 29, 2009

I’ve been working on lots of long documents, each with multiple authors and multiple review cycles. Track Changes is used a LOT. When I get the document for final QA review, one of the first things I do is accept all changes in the document. But I really just want to accept the formatting changes and NOT the text changes — and I didn’t think I could do that. Because this has been annoying me, I went looking to see if I could just accept the formatting changes — and I can! And it’s really easy… once you know how!

Here’s how a document can look with all changes showing — I’ve seen documents much more cluttered than this:

trk_ch_01

Word 2007 and later

  1. Open the Review tab on the ribbon.
  2. Click Show Markup in the Review tab.
  3. Turn off Insertions and Deletions, Comments, and any other options that you use — just leave Formatting turned on. You should now only see the formatting tracked changes.
    trk_ch_2007_01
  4. Click the arrow immediately below the Accept icon.
  5. Select the Accept All Changes Shown option. This accepts all the formatting changes in the document. (Note: This option is grayed out under normal circumstances — you have to select or deselect something on the Show Markup list to get it to display.)
    trk_ch_2007_02
  6. Now, click Show Markup again and turn on the option to see the Insertions and Deletions. All the formatting tracked changes are gone!

trk_ch_04

Word 2003

  1. Turn on the Reviewing toolbar if it is not already on (View > Toolbars > Reviewing).
    trk_ch_reviewing_toolbar
  2. Click Show in the Reviewing toolbar.
  3. Turn off Insertions and Deletions, Comments, and any other options that you use — just leave Formatting turned on. You should now only see the formatting tracked changes.
    trk_ch_02
  4. Click the drop-down arrow to the right of the Accept Change icon.
  5. Select the Accept All Changes Shown option. This accepts all the formatting changes in the document. (Note: This option is grayed out under normal circumstances — you have to select or deselect something on the Show list to get it to display.)
    trk_ch_03
  6. Now, click Show again and turn on the option to see the Insertions and Deletions. All the formatting tracked changes are gone!

99 comments

  1. For Word 2007, you can go one step further, and tell Word not to even track formatting at all. Then you don’t have to accept the formatting changes. In the Word 2007 “Review” ribbon, click the “Track Changes dropdown”, then select “Change Tracking Options” from the list. A window will open, and just past half-way down is a check box for “Track formatting”. If you uncheck, formatting won’t be tracked at all. I *LOVE* this option in Word 2007.

    The only gotcha is that this setting is per-session. Whenever you open a document it starts out tracking changes. So I created an AutoNew and AutoOpen macro in my Normal.dot, like this:

    Sub AutoNew()

    ActiveDocument.TrackFormatting = False

    End Sub

    Sub AutoOpen()

    ActiveDocument.TrackFormatting = False

    End Sub

    With this macros, my Word 2007 documents never track formatting changes at all.


  2. Excellent, netjeff! I didn’t know that option existed in Word 2007. Thanks for the macros too.


  3. Thank you very much for your tips, really helps. The formatting markup was driving me crazy and cluttering up the documents, now I don’t have to see it any more. It’s amazing what features word hides into various menu bars…


  4. THANK YOU FOR THE INFO! IT IS VERY MUCH APPRECIATED!!!


  5. THANK YOU!! OMG this has saved me hours!


  6. You made my day. Thank you for the tip.


  7. This is excellent. Thanks for the wonderful tip. It saved my day.


  8. I have been looking for this solution. I do a lot of track changes and work with multiple people on a document. Have you found a way to permanently turn off the formatting in track changes?


  9. I’ve been looking for this solution and I am so happy. Have you found a way to permenantly turn off the formatting in track changes?


  10. There’s a setting in Track Changes to turn off formatting, but to be honest, I’ve never been 100% sure it works.

    –Rhonda


  11. Saved my life and my sanity! Thank you :-)


  12. Sounds like a fine idea natjeff. I pasted the macros into the Visual Basic editor in Word 2003. But now when I open a normal.dot based file I get a message
    Runtime error 438 – Object doesn’t support this property or method.

    Any ideas? Or won’t it work in 2003 for some reason. Tks


  13. Looked at this a bit further and recorded a macro, saved to Normal.dot, which works in 2003.

    Sub AutoOpen()

    ‘ AutoOpen Macro
    ‘ Macro recorded 22/10/2010 by Jon

    WordBasic.ShowFormatting
    End Sub

    This only seems to work if track changes is turned on when the file is saved.

    In practice, the AutoOpen macro may be the only one needed, since it really doesn’t matter if formatting changes are recorded in a new file.


  14. very very helpful


  15. Thank you so much for taking the time to post this! Saved my life and my sanity for sure, and possibly even my job.


  16. I am having problems with Word 2007 on a windows 7 machine every time I make a format change to 1 file it changes all my files in word I have tried to save one file at a time but makes no difference. Please help


  17. Have you checked the setting for the template? Open one of the docs, go to the Developer tab (https://cybertext.wordpress.com/2010/11/22/word-2007-show-the-developer-tab/), then click Document Template (far right). Make sure Auto update styles is turned OFF. It sounds like the changes you’re making are saving to the template, then the docs based on that template are auto updating the styles when you open them.

    –Rhonda


  18. WooHoo! This was great! I didn’t know this was possible, and was navigating through a document that looked as orderly as a plate of spaghetti. Now that I’ve got all the clutter out of the way I can concentrate on the important stuff (the sauce).

    Thank you very much.


  19. Have wondered this for years, Brilliant, thank you


  20. […] Sure, you can turn off the Track Formatting option in the Track Changes settings (Word 2007 and later), but this won’t accept those changes already tracked — it just prevents the tracking of future formatting changes. And you can accept just the formatting changes. […]


  21. Can I accept all changes in a document, retain all comments, and then save the document as is? When I try to do this, upon reopening the document, all of the tracked changes are once again showing. Please help! Thanks!


  22. You can turn off comments, leave all other changes turned on, then accept those (as per the instructions above). This will keep your comments. To view and print or PDF the document without the comments change the view from ‘Final Showing Markup’ to ‘Final’ (this is near the options for accepting changes etc. so you should be able to find it easily). To see the comments again, switch back to ‘Final showing markup’ view.

    –Rhonda


  23. Thanks You so much… Fantastic tip !


  24. AutoOpen macro not a good option!
    While the AutoOpen macro does the job, and prevents formating being show in track changes, it has the MAJOR drawback of changing every file that you open, with the result that Word asks you if you want to save changes when closing, even if no other changes have been made. Since I often have 10 or 20 files open at one time, this is a killer, since I cannot remember which have really been changed. I uninstalled the macro. Pity – it was a nice idea.


  25. Thanks ,i was exactly looking for the same….


  26. THANK YOU FOR THE ACCEPT ALL FORMATTING CHANGES!!!!! If I could, I’d HUG you :D


  27. awesome!!


  28. Great post! This will save me a ton of time. Thanks!


  29. Amazing! Thank you so much for posting.


  30. Absolutely GENIUS! Thank you!

    In Word 2010:
    Click Review tab
    Click Show Markup – deselect all but formatting
    Click Accept – Accept all changes shown

    You then have to re-select all the selections in “Show Markup” to see remaining revisions. Saves decades of time over clicking every formatting change and hitting “accept”.


  31. Excellent tip! I use Track Changes a lot for legal documents, especially to insert comments. Often users have no idea how to display the “balloons” so I end up sending a pdf, but of course it has all those distracting formatting changes in the margin so initially it looks as if I’ve made dozens of changes. I wish MS would publish tips as useful as this in their Help(less) file. Thanks!


  32. Here’s another macro to accept format changes only. This one takes account of the various types of format changes in Word 2007.

    Sub AcceptFormatChanges()
    Dim oChange As Revision
    For Each oChange In ActiveDocument.Revisions
    With oChange
    If .Type = wdRevisionProperty Then
    .Accept
    ElseIf .Type = wdRevisionParagraphProperty Then
    .Accept
    ElseIf .Type = wdRevisionSectionProperty Then
    .Accept
    ElseIf .Type = wdRevisionStyle Then
    .Accept
    ElseIf .Type = wdRevisionStyleDefinition Then
    .Accept
    ElseIf .Type = wdRevisionTableProperty Then
    .Accept
    End If
    End With
    Next oChange
    End Sub


  33. Thanks for sharing, William.


  34. Thanks…It helped a lot


  35. […] that showed all the changes I’d selected to report in the new document. I still had to accept the formatting changes for the tables and the cross-reference field changes, but that was […]


  36. BRILLIANT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


  37. You just gave hours back to my life. Thank you!!


  38. […] be dealt with that aren’t required for regulator approval, such as track changes to fields, formatting changes, minor punctuation or case changes that don’t change the meaning of the text, […]


  39. Thanks a ton for posting this. You can’t believe how much time and confusion you saved me!!


  40. Incredibly useful information. Have just shared with about 30 colleagues.


  41. As with everyone else. Thank you. I did send a paypal just because it made such a difference to my life. Enjoy a well deserved cup of nice coffe!


  42. Thanks Ann! Glad I could help.

    –Rhonda


  43. Thanks big time!


  44. Thanks a lot. It saved me lot of time.


  45. Genius! Thanks :)


  46. Super helpful tips, and also the option in Word 2007 not to track format changes at all. Thanks!!!


  47. Many thanks.


  48. Thank you!


  49. Thank you very much.


  50. Thank you!


  51. Thank you—Brilliant!


  52. Was easy to apply this insight to my 2010 version; thanks a bunch!


  53. Thank you. Merci beaucoup. Muchas gracias. 非常感谢. Asante sana. 本当にありがとうございました!


  54. Thanks, Rhonda!


  55. Thanks for posting this tidbit. It’s been a long time since I used Wrod.


  56. Thanks a lot for posting this. This is really helpful.


  57. Thank you :)


  58. Oh my. Why didn’t I think of this? Its been driving me nuts. Thank you!


  59. great, very helpfull!


  60. Thanks soooo much! :)


  61. Thank you so much! This was a big help!


  62. That’s freaking awesome!! Nearly 5 years later after your post, it’s still requested. NICE!


  63. Thank You Freakin So Much !!!!!!!


  64. Thank you very much. You saved me a ton of time, accepting formatting changes one at a time. I dont want the TC cluttered with information on what I have done with formatting but I want the rest of the TC showing.


  65. thank you a lot it is really helpful in critical time


  66. Thank you very much. Not only do you know your stuff, but you explain it very clearly. And not only do you explain things clearly, but you anticipate additional questions that we may have-and you answer those questions too. Very impressive.


  67. absolutely awesome, thank you for the Word 2010 tip, truly saved me hours!


  68. Thank you very much. It helps me a lot.


  69. Thank you!!! Very very helpful!


  70. Thanks heaps for this!


  71. I. love. you.


  72. Great!


  73. Brilliant!!! Thank you!!!!


  74. Thankssssssss,,,,,,,,,,,,,,,,,,,,,ilmu yang bermanfaat,,,,


  75. thank u! this really helped :)


  76. High five! A great help.


  77. Is there an option to accept insertions only? (I need to know what I deleted so it needs to be there!)


  78. I don’t think so, at least not in the menu options — it’s Insertions AND Deletions.


  79. Thank you!! The internet is amazing, I have wondered this for a while but finally thought to ask, and was answered!


  80. thank you so much! You have saved me a LOT of time : )


  81. THANK YOU!!! Word help of course didn’t…


  82. This is EXACTLY what I was looking for! Thanks so much for sharing this – saved me from tearing my hair out as I clicked through and accepted each formatting change!


  83. Legend! This has been doing my head in for AGES!


  84. Love you guys! I am so happy!


  85. Thank you so much.


  86. Thank you!


  87. Thank you! I have a 300 page document with a spacing change on every paragraph. This was genius. Very much appreciated!


  88. All these many years later your helpful advice and macro are still improving the lives of so many people. Thanks!


  89. anything for accepting tracks from deleted parts? I need to do that too without accepting the actual changes, just formatting…
    thanks


  90. Thank you so much – you’ve saved my sanity today! I was editing a 90-page document, and suddenly knowing how to bulk-accept all the formatting changes was a total life-saver.


  91. Thanks! This helps so much time!


  92. Just wanted to say, THANK YOU SO MUCH, didn’t think this was possible and exactly what I required.


  93. THANK YOU! I want back all the hours I wasted when I didn’t know this!


  94. Thank you!!! that was driving me bananas!!! Much appreciated :)


  95. Thanks everyone. Still relevant today.


  96. Man, you just made my life SO easier! Thanks so much!


  97. this does not work on mac. irritating.



Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.