Bob uses Track Changes quite a bit in his documents and finds it very useful—except for one thing. Bob finds it very distracting that formatting changes are called-out in the changes list. He wonders if there is a way to have Word not call out the formatting changes and only include all other types of changes, making this approach be the default.
There are actually a couple of ways you can approach this issue. First, display the Review tab of the ribbon and click on the Show Markup tool. You'll see a list of various items that Word can track and show. Make sure that there is no check mark next to Formatting. With this option turned off, Word still tracks formatting changes behind-the-scenes, but it doesn't display those changes.
If you'd rather that Word didn't even keep track of formatting changes at all, then you can follow these steps for Word 2007 and Word 2010:
Figure 1. The Track Changes Options dialog box.
The steps for Word 2013 are slightly different:
Figure 2. The Track Changes Options dialog box.
WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (10686) applies to Microsoft Word 2007, 2010, and 2013. You can find a version of this tip for the older menu interface of Word here: Hiding Formatting Changes in Track Changes.
Comprehensive VBA Guide Visual Basic for Applications (VBA) is the language used for writing macros in all Office programs. This complete guide shows both professionals and novices how to master VBA in order to customize the entire Office suite for their needs. Check out Mastering VBA for Office 2010 today!
Track Changes is a valuable Word tool that allows you to automatically mark changes in your document. This is a great ...
Discover MoreWhen you use Track Changes in a document, Word marks everything that changes. (Makes sense, huh?) If an editor makes a ...
Discover MoreTrack Changes is a great tool that can aid in developing a document. If you have footnotes or endnotes in a document that ...
Discover MoreFREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
2021-11-03 07:08:23
Anna
Thank you very much, Andy. I will definitely check out this option when I figure out how to create a macro. Will try soon.
2021-11-02 16:17:00
Andrew
Anna, I use the following macro assigned to one of my menu bars:
Sub ToggleTrackingMovesAndFormatting()
Dim NewSetting As Boolean
With ActiveDocument
NewSetting = IIf(.TrackMoves Or .TrackFormatting, False, True)
.TrackMoves = NewSetting
.TrackFormatting = NewSetting
End With
StatusBar = "Tracking of Moves and Formatting set to: " & UCase(NewSetting) & "."
End Sub
Andy.
2021-11-01 12:58:15
Anna
Yes, but when I work with dozens of documents every day, I need a way to turn off the format-tracking options by default. Please tell me there is a way!
2018-06-10 17:13:58
Brenda BELOKRINICEV
Your solutions for getting rid of format-change tracking USED to work. However, they do not work any more. It is necessary to turn of format-change tracking over and over and over and over. Ad nauseum.
2017-10-12 13:25:03
The problem with un-checking all the various formatting options is that they never go away for long, i.e. they 're-check' themselves on a regular basis, randomly, and 100% of the time when a doc is closed out and then reopened. I don't know if this is a glitch, or if Microsoft really does hate all of us as much as I suspect they do.
Any ideas?
2016-11-30 10:37:20
Maryanne
Hi,
This doesn't work for me in Word 2013.
No matter what I do, formatting changes still appear when I print the document, despite not showing on screen.
2016-08-11 10:31:27
AMM
ALR - your comment solved my problem. Thank you!
2016-06-13 09:40:21
ALR
before you create your pdf here's what i do to keep the formaating changes from showing.
go to track changes, click on the "show markup" option. ONLY Select "formatting", then go to "accept all changes shown" this will remove all the formatting changes and should not show in your pdf.
2016-06-03 16:29:43
Stephanie
I would also like an option to NEVER show formatting changes and wish I could default to this option.
For those with the changes showing when you convert to PDF, typically that's because there is an embedded link within the word document. If you edit links to files, highlight all links displayed & select to 'Break Link' and select 'Yes' to break the selected links, this should resolve that issue.
2016-03-28 15:35:56
dolores
This tip does not work. I am formatting articles in Word 2013. When I convert to PDF, I want tracked changes to show EXCEPT for formatting and comments. I can get them to NOT show in Word 2013 but when I print to PDF, they show up again. I have tried several of methods to convert to PDF--exporting from Word to PDF, Creating from Adobe Pro, printing to Adobe printer. Each results in the same problem. If anyone has a solution for this, I would really appreciate knowing what it is.
2016-03-13 20:02:24
Paula Hofmeister
In Word 2013 - I have cleared the Advanced Tracking Option for Track Formatting - and cleared the Track Formatting option in the Track Changes Options dialog - when I switch for not Tracking to Tracking the Track Changes Options dialog ALWAYS as Track Formatting checked (I often turn Tracking on and off while working in a document - every time I turn it back on I have to reset the options) - Also, any New Doc has the Advanced Tracking Option checked for Track Formating
Is it possible to turn Track Formatting off permanently - I NEVER want to track formatting - I do a lot of formatting and tracking all format changes slows down Word and gets in my way - or is this just one more thing I have to add to my list of why I hate Office
2015-10-08 01:26:05
casey commane
Hi, this works in Word 2013, but when you PDF the document all the formatting reappears. Any way to get rid of this as I need to PDF the document showing all additions/deletions but not the formatting which appears at the side of the document.
Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.
Visit the WordTips channel on YouTube
FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2022 Sharon Parq Associates, Inc.
Comments