Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Pasting a Comment into Your Document.

Pasting a Comment into Your Document

Written by Allen Wyatt (last updated October 5, 2024)

1

Word includes a powerful tool that allows you to add comments to your document. Since comments are designed for reviewers' annotations while developing a document, it is handy to know how to paste the text of a comment into your main document. This is done using editing techniques you are already familiar with. Follow these steps:

  1. Make sure that the Reviewing Pane is visible at the bottom of your screen, or that the comment balloons are visible at the right side of your document.
  2. Select the text in the comment that you want to paste into your main document. Make sure you do not select the comment mark at the beginning of the comment or the paragraph mark at the end.
  3. Use Ctrl+X to cut the text or Ctrl+C to copy the text to the Clipboard.
  4. Either select the text to be replaced by what's in the Clipboard or position the insertion point at the place in your main document where you want the Clipboard text to be inserted.
  5. Press Ctrl+V to paste the text into the document.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (6036) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Pasting a Comment into Your Document.

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

Can't Place Merge Field in Header Of a Catalog Merge Document

Word can perform several different types of mail merge operations, and the type you choose can affect how you are able to ...

Discover More

Editing PivotTables without Underlying Data

If you ever try to edit a PivotTable and get an error that tells you that the "underlying data was not included," it can ...

Discover More

Working with Multiple Printers

If you have multiple printers accessible to your computer, you may need a way to quickly print your worksheet on a ...

Discover More

Discover the Power of Microsoft Office This beginner-friendly guide reveals the expert tips and strategies you need to skyrocket your productivity and use Office 365 like a pro. Mastering software like Word, Excel, and PowerPoint is essential to be more efficient and advance your career. Simple lessons guide you through every step, providing the knowledge you need to get started. Check out Microsoft Office 365 For Beginners today!

More WordTips (ribbon)

Comments Only Visible When Hovering Over a Word or Phrase

The comment feature of Word allows you to easily attach comments to words or phrases in your document. How those comments ...

Discover More

Removing All Comments

Need to get rid of all the comments in your document that are added to your text? You can do so by using the regular Find ...

Discover More

Removing an Irritating Comment Icon

Select some text in a document, and Word automatically places an "add comment" icon in the right margin. If you want to ...

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 eight more than 6?

2024-10-07 09:50:00

Andrew

Here the macro I use to convert comments in bulk.nnSub CommentsToInline()n Const CommentShading = wdGray25n Const CommentColor = wdBluen n Dim OriginalNum As Longn Dim TrackingState As Booleann Dim C As Commentn n With ActiveDocument.Contentn Application.UndoRecord.StartCustomRecord "CommentsToInline"n TrackingState = ActiveDocument.TrackRevisionsn ActiveDocument.TrackRevisions = Falsen OriginalNum = .Comments.Countn For Each C In .Commentsn With C.Scopen .Collapse wdCollapseEndn .Text = "{{" & C.Author & ": }}"n With .Fontn .Name = "Arial"n .Size = Round(0.8 * .Size)n .ColorIndex = CommentColorn .Bold = Truen .Italic = Falsen .Underline = wdUnderlineNonen End Withn .Collapse wdCollapseStartn .MoveStartUntil cset:="}"n .FormattedText = C.Range.FormattedTextn .FormattedText.HighlightColorIndex = CommentShadingn .FormattedText.Font.ColorIndex = CommentColorn End Withn .Deleten Next Cn ActiveDocument.TrackRevisions = TrackingStaten Application.UndoRecord.EndCustomRecordn MsgBox OriginalNum - .Comments.Count & " comment(s) converted (" & OriginalNum & " remaining)."n End WithnEnd Sub


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.