How To Remove Comments From Excel: The Complete Guide For Clean Spreadsheets

How To Remove Comments From Excel: The Complete Guide For Clean Spreadsheets

How To Get Rid Of Circle In Excel at Irene Rodriguez blog

Removing comments and notes from Microsoft Excel spreadsheets is essential for protecting sensitive data, clearing visual clutter, and preparing files for professional distribution. This comprehensive guide outlines multiple methods ranging from simple native ribbon commands and keyboard shortcuts to VBA macros for bulk deletion across massive workbooks.

Pre-Operation & Planning Checklist

Before executing any deletion workflow on production spreadsheets, you must properly evaluate the scope of your documentation to prevent accidental data loss. Comments and notes often contain historical context, audit trails, and review logs that may be required by compliance standards or internal stakeholders.



  • Essential tools and software: Microsoft Excel (Desktop versions 2010 through Microsoft 365), Excel for the Web, or compatible spreadsheet managers like LibreOffice Calc.
  • Mandatory prerequisite knowledge: Understanding the fundamental distinction between legacy "Comments" (threaded, timestamped conversations introduced in modern Microsoft 365) and traditional "Notes" (static, yellow sticky-note callouts).
  • Estimated completion time: Between 30 seconds for single-sheet operations and 5 minutes for macro-driven multi-workbook cleanups.
  • Recommended safety measure: Always create a backup copy of your workbook (Ctrl + S followed by Ctrl + Shift + S to save a versioned duplicate) before executing global clear operations.

Step-by-Step Procedure to Clear Excel Annotations



Step 1: Target Specific Cells Using the Clear Menu

If you only need to remove comments or notes from a selected range of cells without altering the underlying data or formatting, use the native Clear command located on the Home ribbon.



  1. Highlight the specific cell range containing the annotations you wish to eradicate using your mouse or keyboard navigation.
  2. Navigate to the Home tab on the Excel ribbon menu located at the top of the interface.
  3. Locate the Editing group situated on the far right side of the ribbon.
  4. Click on the Clear button, which is represented by a pink eraser icon attached to a small drop-down arrow.
  5. Select Clear Comments (for threaded comments) or Clear Notes (for legacy notes) from the drop-down menu.

Pro-Tip: If your selected range contains both types of annotations, you will need to repeat this process for both comment types, as Excel treats legacy notes and modern threaded comments as distinct object classes.



Step 2: Utilize the Go To Special Feature for Whole-Sheet Deletion

When you need to purge every single comment or note across an entire worksheet simultaneously without manually selecting specific cell ranges, the Go To Special utility offers the fastest manual workflow.



  1. Select the entire worksheet by clicking the intersection triangle located in the top-left corner where the row numbers and column letters intersect (or press Ctrl + A).
  2. Press the F5 key on your keyboard to open the Go To dialog box, or alternatively press Ctrl + G.
  3. Click the Special... button in the lower-left corner of the dialog box to open the advanced selection panel.
  4. Radio-button select Comments (which frequently targets legacy notes depending on your specific Excel build) and click OK.
  5. With all annotated cells now simultaneously highlighted, right-click any of the selected cells and choose Delete Note or Delete Comment from the contextual pop-up menu.

Warning: Using the standard keyboard shortcut Delete while cells are selected via Go To Special will erase the actual cell contents, values, and formulas alongside the comments. You must use the right-click contextual menu or the Home ribbon to target exclusively the annotation layer.



Step 3: Automate Multi-Sheet Purges Using VBA Macros

When managing complex enterprise workbooks containing dozens of individual worksheets, manual deletion is inefficient and prone to human error. A short Visual Basic for Applications (VBA) macro can scrub every comment and note across the entire workbook instantly.



  1. Open your target workbook and press Alt + F11 to launch the Microsoft Visual Basic for Applications development environment.
  2. In the top menu bar, click Insert and select Module to open a blank code window.
  3. Type or paste the following procedure into the module window: Sub StripAllComments() Dim ws As Worksheet For Each ws In ThisWorkbook.Worksheets ws.Cells.ClearComments Next ws MsgBox "All comments and notes have been successfully removed.", vbInformation End Sub.
  4. Position your cursor anywhere inside the pasted code block and press the F5 key to run the macro.
  5. Close the VBA window and return to your Excel spreadsheet to verify that all annotations have been completely eradicated.

How to Find and Show Comments in Excel (4 Methods) - Excel Insider

How to Find and Show Comments in Excel (4 Methods) - Excel Insider

Methods for Removing Excel Annotations Compared



Method Target Scope Risk Level Speed Best Use Case
Home > Clear Selected Range Only Low Fast Targeted cleanup of specific data entry fields
Go To Special (F5) Entire Active Worksheet Medium Moderate Purging an entire sheet without writing code
Document Inspector Entire Workbook Low Fast Removing hidden metadata before external file sharing
VBA Macro Multi-Sheet Workbooks High Instant Automated batch processing of large financial models

Troubleshooting Common Deletion Roadblocks



  • Root Cause: The Delete Comment or Delete Note option is permanently grayed out in the contextual right-click menu.

    • Actionable Fix: The target worksheet is protected against structural modifications. Navigate to the Review tab, click Unprotect Sheet, and enter the required administrative password before attempting to clear the annotations.
  • Root Cause: Running the standard Go To Special method fails to highlight any comments, yet hovering the mouse cursor over cells still reveals popup boxes.

    • Actionable Fix: You are likely dealing with modern threaded comments instead of legacy notes (or vice versa). Switch your selection criteria in the Go To Special menu, or use the Review tab's comment pane to manually delete threaded items.
  • Root Cause: Comments reappear after saving, closing, and reopening the workbook file.

    • Actionable Fix: The file is saved in a legacy format (.xls) that cached corrupted comment stream pointers. Save a fresh copy of the workbook using the modern macro-free or macro-enabled XML format (.xlsx or .xlsm) to rebuild the underlying file structure.

Frequently Asked Questions



How do I remove the red triangle comment indicators without deleting the actual text?

Excel does not natively allow you to hide the red comment indicator triangles while keeping the comment active for viewing on hover. However, you can change the indicator setting globally by going to File > Options > Advanced, scrolling down to the Display section, and selecting No comments or indicators under the objects display settings.



What is the difference between an Excel Note and a Threaded Comment?

Notes are traditional, static yellow text boxes primarily used for unformatted margin notes and reminders. Threaded comments, introduced in modern versions of Microsoft 365, support back-and-forth multi-user conversations, user tagging with the at-symbol (@), and explicit task resolution statuses.



Can I remove comments using Excel for the Web?

Yes, you can remove comments in the browser version of Excel by right-clicking a cell with a comment and selecting Delete Comment, or by opening the Comments pane from the top-right corner to resolve and delete active conversation threads.



How do I scrub all hidden comments before emailing a workbook to clients?

Use the built-in Document Inspector tool by navigating to File > Info > Check for Issues > Inspect Document. Check the box for Comments, Notes, and Embedded Ink, run the inspection, and click Remove All to strip all annotation metadata securely.

Master clean data management practices by subscribing to our advanced spreadsheet optimization newsletter for weekly technical tutorials, automation scripts, and productivity workflows.


How to Remove Comments in Word

How to Remove Comments in Word

Read also: Soaps She Knows: The Ultimate Guide to Daytime Drama, Spoilers, and Fan Trends
close