Please Note: This article is written for users of the following Microsoft Word versions: 97, 2000, 2002, and 2003. If you are using a later version (Word 2007 or later), this tip may not work for you. For a version of this tip written specifically for later versions of Word, click here: Deleting All Comments.

Deleting All Comments

Written by Allen Wyatt (last updated February 8, 2025)
This tip applies to Word 97, 2000, 2002, and 2003


When writing and editing a document, it is not uncommon to add comments throughout the document. This is particularly true if you are writing a "team" document, where several people have responsibility for different parts of the document.

When you are through working on the document, you may want a way to get rid of all the comments at once. One easy way to do this is to use the Find and Replace feature in Word. Follow these general steps:

  1. Configure Word so that hidden text is visible on-screen.
  2. Press Ctrl+H to bring up the Replace tab of the Find and Replace dialog box.
  3. Type "^a" (without the quotes) in the Find What box. This searches for the Comment reference symbol.
  4. Leave the Replace box empty.
  5. Click on Replace All.

This will delete all the comments in the document if you are using Word 97 or Word 2000. It won't work if you are using a later version of Word because it appears that the ^a code is no longer available. Instead, you can follow these steps to delete the comments if you are using Word 2002 or Word 2003:

  1. Make sure the Reviewing toolbar is displayed. (If necessary, choose Toolbars from the View menu, then click on Reviewing.)
  2. On the Reviewing toolbar, click the upside-down triangle next to the Reject Change/Delete Comment button. Word displays a drop-down list of options.
  3. Choose the Delete All Comments in Document option.

Depending on how complex the comments are in your document, neither of the above approaches may get rid of all the comments. This is particularly true if you have Track Changes turned on, and the document has gone through much iteration with lots of comments, some with Track Changes in place and some not. If you discover problems, or if you routinely have many, many comments to delete, you may want to consider creating a very short macro to get rid of comments. The following macro will delete all the comments in a document:

Sub RemoveComments1()
    For Each cmt In ActiveDocument.Comments
        cmt.Delete
    Next
End Sub

This macro will work in all VBA-enabled versions of Word. If you are using Word 2002 or Word 2003 you can also use the following single-line macro, if desired:

Sub RemoveComments2()
    ActiveDocument.DeleteAllComments
End Sub

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 (1896) applies to Microsoft Word 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Word (Word 2007 and later) here: Deleting All Comments.

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

Sorting Data Containing Merged Cells

When formatting the layout of your worksheet, Excel allows you to easily merge adjacent cells together. This can cause ...

Discover More

Setting Print Ranges for Multiple Worksheets

Need the same print range set for different worksheets in the same workbook? It can't be done in one step manually, but ...

Discover More

Changing the MAC Address for a Network Adapter

MAC addresses are used to uniquely identify devices on your network, such as a network adapter. Here's how you can modify ...

Discover More

Learning Made Easy! Quickly teach yourself how to format, publish, and share your content using Word 2021 or Microsoft 365. With Step by Step, you set the pace, building and practicing the skills you need, just when you need them! Check out Microsoft Word Step by Step today!

More WordTips (menu)

Turning Off Comment Color when Printing

Comments that you add to your document are most often displayed in a bright color so they aren't easily missed. If you ...

Discover More

Searching for Comment Marks

Got a bunch of comments in your document? You can easily jump from one comment to the other by using the Object Browser, ...

Discover More

Getting Rid of "Comment" in Comments

When you add a comment to a document, Word presents that comment in a very specific way. If you want to change the way in ...

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 - 0?

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 menu interface (Word 97, Word 2000, Word 2002, or Word 2003)? This site is for you! If you use a later version of Word, visit our WordTips site focusing on the ribbon 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.