Microsoft Word

How to Copy All Comments in a Word Document

Spencer LanoueSpencer Lanoue
Microsoft Word

Word comments can be a lifesaver when collaborating on documents. They allow for clear communication and easy feedback. But what if you need to consolidate all those comments in one place. Say, to review later or share with someone who doesn't need the full document? Luckily, copying all comments in a Word document is simpler than you might think. I'll walk you through some straightforward methods to make this task a breeze.

🔮
The AI Alternative to Google Docs & Word:
Save time by letting Spell write your docs for you. Turn hours of doc writing work into minutes. Try it free →

Why Copy Comments Separately?

Before diving into the how-to, let's quickly touch on why you might want to copy comments separately from your document. Imagine working on a group project where feedback is scattered across multiple sections. Having all comments in one list can make it easier to address each point without flipping through pages. Plus, it's handy for archiving feedback from a client or editor. So, how do you do it? Let's explore the steps.

Using Word's "Review" Feature

Word's built-in "Review" feature is your first stop for managing comments. It's designed to streamline the editing process, and copying comments is part of its toolset. Here's how you can use it:

  • Open your Word document.
  • Navigate to the Review tab in the ribbon at the top.
  • In the Comments section, click on Show Comments to display all comments in the document.

Now, with all your comments visible, you can manually select and copy them. Simply use your mouse to highlight the text of each comment, press Ctrl + C (or Cmd + C on a Mac) to copy, and then paste them into a new document or location of your choice.

This method works great if you have a manageable number of comments. But what if you're dealing with a massive document full of feedback? That's where things get a bit more interesting.

Copying Comments Using Word's "Inspect Document" Tool

If you've got tons of comments and need a more efficient method, Word's "Inspect Document" tool might be your best friend. This feature is primarily used for reviewing document properties and hidden metadata, but it also provides a nifty way to extract comments. Here's the step-by-step:

  • Click on File in the top menu.
  • Choose Info from the sidebar.
  • Click on Check for Issues and select Inspect Document.
  • In the Document Inspector dialog box, ensure the Comments, Revisions, Versions, and Annotations box is checked.
  • Click Inspect.
  • Once the inspection is complete, you'll see a summary of comments. Click Remove All to clear them, or simply copy them from here to another location.

While this method is a bit more involved, it offers a comprehensive overview of all comments, making it easier to decide what to do with them.

The AI-First Document Editor
Spell is the AI-powered alternative to Google Docs and Microsoft Word.
Get started for free

Exporting Comments to Excel

Sometimes, you might want a more tabular format for your comments. Perhaps to sort or categorize them. Exporting comments to Excel can be a great solution for this. Here's a simple way to do it:

  • First, ensure all comments are visible in Word by going to the Review tab and selecting Show Comments.
  • Use your mouse to select the comments you want to export, then copy them with Ctrl + C or Cmd + C.
  • Open Excel and choose a new worksheet.
  • Select the first cell where you'd like to paste the comments, and hit Ctrl + V or Cmd + V.

Now, you have your comments in a spreadsheet format, ready for further manipulation or analysis. This approach can be particularly helpful if you're working with a team that uses Excel for project management or data analysis.

Using Macros for Automation

If you're comfortable with a bit of coding, macros can automate the process of copying comments. Macros are essentially scripts that can perform repetitive tasks in Word (or Excel). Here's a simple macro to get you started:

Sub ExtractCommentsToNewDoc()
    Dim cmt As Comment
    Dim newDoc As Document
    Set newDoc = Documents.Add
    
    For Each cmt In ActiveDocument.Comments
        newDoc.Content.InsertAfter "Comment by " & cmt.Author & ": " & cmt.Range.Text & vbCrLf
    Next cmt
    
    newDoc.Activate
End Sub

To use this macro, press Alt + F11 to open the VBA editor in Word. Insert a new module, paste the code, and run it. This script creates a new document with all comments listed, including the author for each. It's a powerful tool if you frequently need to extract comments from large documents.

Saving Comments as a PDF

Want a more polished format to share with a client or colleague? Saving comments as a PDF can be a great option:

  • Go to the File menu and choose Print.
  • In the printer options, select Microsoft Print to PDF.
  • Under Settings, choose List of Markup.
  • Click Print, and choose a location to save your PDF.

This method captures all comments in a clean, easy-to-read format. Plus, it's a universal format that most people can open without needing Word.

Go From Idea to Polished Doc 10x Faster With Spell 🪄
Get started for free

What About Spell?

Now, if you're thinking, "This all sounds great, but isn't there a quicker way?". There is! With Spell, you can manage and edit documents effortlessly, thanks to its built-in AI features. Imagine handling all your comments with a few simple prompts, without needing to manually copy or export them. Spell helps you draft and refine your documents faster, turning tedious tasks into something much more manageable.

Using Third-Party Tools

For those who love exploring new tech, third-party tools can offer additional functionality for managing Word comments. Programs like "Comment Extractor" or specific Word add-ins can streamline your workflow with features tailored for comment handling. While using third-party tools might involve a learning curve or an additional cost, they can offer specialized solutions that Word doesn't natively provide.

The AI Alternative to Google Docs
Go from idea to polished doc in seconds with Spell's AI-powered document editor.
Create my first doc

Creating a Workflow That Works for You

Ultimately, the best method for copying comments depends on your specific needs. Whether you're working solo or with a team, integrating these techniques into your workflow can save time and improve collaboration. Consider your document size, the number of comments, and your end goal before choosing a method. It's all about finding what fits best into your routine.

Final Thoughts

Copying comments in a Word document can be straightforward or as sophisticated as you need it to be. From using built-in features to exploring macros and third-party tools, there's a method for everyone. And with Spell, you can even streamline this process further, making document editing faster and more efficient. Embrace these tips, and you'll handle comments like a pro in no time.

Spencer Lanoue

Spencer Lanoue

Spencer has been working in product and growth for the last 10 years. He's currently Head of Growth at Sugardoh. Before that he worked at Bump Boxes, Buffer, UserTesting, and a few other early-stage startups.