Making Simple Markup the Default for Track Changes

Written by Allen Wyatt (last updated March 28, 2020)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and 2021


Shuna works as an editor and a tutor in editing and proofreading. Many of her learners are bemused by Track Changes because "All Markup" is the default display setting. This makes it unnecessarily difficult for them to work with all the clutter onscreen. Shuna wonders if there is a way to change the default from "All Markup" to "Simple Markup."

Track Changes is one of those interesting features in Word that exhibits what is called "persistence." This can, however, be a bit confusing to users. You can see persistence in action by following these steps:

  1. Open a document in Word.
  2. Change the Track Changes settings so they reflect how you want to work with the feature. (For instance, you can change from "All Markup" to "Simple Markup" display.)
  3. Save the document.
  4. Get out of Word entirely.

Now, if you open a different document in Word, your settings (from step 2) should be in force. In other words, they were persistent across sessions with Word. However, if you later change the Track Changes settings and save the document (you are performing steps 2 and 3), then those changes are remembered for your next session with Word.

The only way to get your settings to be exactly like you want them, every time you start Word, is to create a macro that is run every time you start the program. You can do this by editing your Normal template and adding the following to it:

Sub AutoOpen()
    With ActiveWindow.View.RevisionsFilter
        .Markup = wdRevisionsMarkupSimple
        .View = wdRevisionsViewFinal
    End With
End Sub

With this macro in place, every time you open a document the "Simple Markup" display option will be invoked for any changes.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13752) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and 2021.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Suppressing Headers or Footers

Don't want a header or footer to appear on just a portion of your document? It's easy to do when you understand that ...

Discover More

Counting with Subtotals

There are a variety of ways you can count information in different groupings. One convenient way is to use the ...

Discover More

Changing Endnote Numbering Style

Endnotes normally appear as superscripted characters followed by a space and the endnote text. In this tip you'll find ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!

More WordTips (ribbon)

Tracked Changes Notification when Opening

If you have Word configured to show markup on-screen and you look through a document, it is easy to tell where changes ...

Discover More

Rejecting Changes in a Document

When a group of people edits a document with Track Changes turned on, it can be tempting for one of the editors to use ...

Discover More

Setting Default Options for Track Changes

The Track changes feature in Word is a great help in editing documents, particularly if you are working with others or ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 5 + 3?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


This Site

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.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.