Skip to main content

How to only copy comments from cells to another in Excel?

Author Sun Last modified

When you want to only copy comments from a range of cells to another range of cells, you can quickly do that by the following tricks.

Only copy comments from cells with Paste Special in Excel

Only copy comments from cells with VBA

Only copy comments from cells with Kutools for Excel


Only copy comments from cells with Paste Special in Excel

1. Select the cells you want to copy the comments;

2. Right click and select Copy;

3. Select a cell of the paste range, and right click to select Paste Special;

screenshot of copycomments from cells to another with paste special 1

4. In the Paste Special dialog box, check Comments, and click OK. See screenshot:

screenshot of copycomments from cells to another with paste special 2

And then only the comments in the selected range have been pasted into the cells.

Tip: Do not press ENTER after you click OK. If you do, the entire cells within the values are copied to the paste range


Only copy comments from cells with VBA

1. Hold ALT button and press F11 on the keyboard to open a Microsoft Visual Basic for Application window.

2. Click Insert > Module, and copy the VBA into the module.

VBA: Copy comments from cells only

Sub CopyComments()
'Update 20130815
Dim CopyRng As Range, PasteRng As Range
xTitleId = "KutoolsforExcel"
Set CopyRng = Application.Selection
Set CopyRng = Application.InputBox("Ranges to be copied :", xTitleId, CopyRng.Address, Type:=8)
Set PasteRng = Application.InputBox("Paste to (single cell):", xTitleId, Type:=8)
CopyRng.Copy
PasteRng.Parent.Activate
PasteRng.PasteSpecial xlPasteComments
Application.CutCopyMode = False
End Sub

 

3. Click Run button or press F5 to run the VBA. And a dialog is displayed on the screen, and you can select the cells you want to copy the comments. See screenshot:

screenshot of copycomments from cells to another with VBA 1

4. Click Ok and another dialog is displayed for you to select a cell or range to paste the result. See screenshot:

screenshot of copycomments from cells to another with VBA 2

6. Click Ok, then only the cells' comments are pasted into the selected cell. See screenshot:

screenshot of copycomments from cells to another with VBA result 1
screenshot of copycomments from cells to another arrow
screenshot of copycomments from cells to another with VBA result 2

Only copy comments from cells with Kutools for Excel

Kutools for Excel' Copy Ranges function is a good choice for you to only copy and paste the comments.

Kutools for Excel includes more than 300 handy Excel tools. Free to try with no limitation in 30 days. Get it Now

1. Select the cells you want to only copy the comments.

2. Click Kutools > Range > Copy Ranges, a dialog is displayed on the screen, check Comments in the dialog, see screenshot:

screenshot of copycomments from cells to another with kutools for Excel dialog

3. And then click OK. Another dialog is displayed for you to select a cell or range to paste the result. See screenshot:

screenshot of copycomments from cells to another with kutools for Excel paste dialog

4. Click Ok, and only the comments is paste in the selected cell. See screenshot:

screenshot of copycomments from cells to another with kutools for Excel result 1
screenshot of copycomments from cells to another arrow 2
screenshot of copycomments from cells to another with kutools for Excel result 2

Note: You can also copy cells' comments and paste them into another worksheet.

With Kutools for Excel' Copy Ranges, you can only copy values, formulas as well.

Click here to know more about Copy Ranges.


Relative articles:

Best Office Productivity Tools

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions
Popular Features: Find, Highlight or Identify Duplicates   |  Delete Blank Rows   |  Combine Columns or Cells without Losing Data   |   Round without Formula ...
Super Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create Drop Down List   |  Dependent Drop Down List   |  Multi-select Drop Down List ....
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  |  Compare Ranges & Columns ...
Featured Features: Grid Focus   |  Design View   |   Big Formula Bar    Workbook & Sheet Manager   |  Resource Library (Auto Text)   |  Date Picker   |  Combine Worksheets   |  Encrypt/Decrypt Cells    Send Emails by List   |  Super Filter   |   Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters, ...)   |   50+ Chart Types (Gantt Chart, ...)   |   40+ Practical Formulas (Calculate age based on birthday, ...)   |   19 Insertion Tools (Insert QR Code, Insert Picture from Path, ...)   |   12 Conversion Tools (Numbers to Words, Currency Conversion, ...)   |   7 Merge & Split Tools (Advanced Combine Rows, Split Cells, ...)   |   ... and more
Use Kutools in your preferred language – supports English, Spanish, German, French, Chinese, and 40+ others!

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!