How to Remove Comments in Excel (7 Methods)

Dataset Overview

We have a dataset containing student details (Name, ID, Scores). In Cell B8 and C12, there are two notes. Additionally, in Cell D7 and D10, we have two comments.

7 Easy & Quick Methods to Remove Comments in Excel


Method 1 – Delete Comment by Right-Clicking

You can easily delete a single comment or note by right-clicking in an Excel cell.

  • Right-click on the cell containing the note and choose Delete Note.
  • Similarly, select a cell with a comment and click Delete Comment.

Delete Comment by Simply Right-Clicking in Excel Cell

  • As a result, the note will be removed. Similarly, the comments as well.

Delete Comment by Simply Right-Clicking in Excel Cell

  • To remove both comments and notes, select all cells containing them and click Delete Comment.

Delete Comment by Simply Right-Clicking in Excel Cell

  • Clicking on the Delete Comment option will remove both comments and notes.


Method 2 – Remove All Comments from the Entire Worksheet 

Use the Clear option to delete comments or notes from the entire sheet:

  • Select the entire worksheet by pressing Ctrl + A.

Remove All Comments from Entire Worksheet Using 'Clear' Option

  • Go to the Home tab > Editing.

Remove All Comments from Entire Worksheet Using 'Clear' Option

  • Click Clear in the Editing group, then choose Clear Comments and Notes.

Remove All Comments from Entire Worksheet Using 'Clear' Option

  • All the comments have been removed from the active sheet.

Remove All Comments from Entire Worksheet Using 'Clear' Option


Method 3 – Add ‘Delete Comment’ Button to the Quick Access Toolbar

Quickly delete comments by adding the Delete Comment button to the Quick Access Toolbar:

  • Click the Quick Access Toolbar icon under the Excel Ribbon.

Add ‘Delete Comment’ Button to Clear Comments (Quick Access Toolbar)

  • Choose More Commands.

Add ‘Delete Comment’ Button to Clear Comments (Quick Access Toolbar)

  • In the Excel Options window, select All Commands from the Choose commands from field.
  • Scroll down, find Delete Comment, and click Add. Press OK.

Add ‘Delete Comment’ Button to Clear Comments (Quick Access Toolbar)

  • Now, select cells with comments and click Delete Comment.

Add ‘Delete Comment’ Button to Clear Comments (Quick Access Toolbar)

  • All the comments have been deleted.


Method 4 – Use the ‘Go To’ Option

Apply the Excel Go To option to delete comments:

  • Go to the Home tab> Editing.
  • Click Find & Select in the Editing group, then choose Go To.

  • In the Go To dialog box, click Special (or press F5).

Use the ‘Go To’ Option to Remove Comments in Excel

  • In the Go To Special dialog, select Notes and press OK.

Use the ‘Go To’ Option to Remove Comments in Excel

  • Right-click any selected cell and choose Delete Note to remove all notes in the entire sheet.

Use the ‘Go To’ Option to Remove Comments in Excel

  • All the notes in the entire sheet have been removed.

Note:

In Excel 365, this method won’t directly select cells containing comments. You can’t delete comments using this approach.


Method 5 – Using the ‘Review’ Tab

  • Open your Excel workbook.
  • Click on the Review tab in the ribbon.
  • Select the entire worksheet by pressing Ctrl + A.

Excel ‘Review’ Tab to Delete Comments

  • In the Comments group, click on the Delete option.

Excel ‘Review’ Tab to Delete Comments

  • This will remove all comments/notes from the entire sheet.


Method 6 – Deleting Comments from a Single Worksheet using VBA

  • Go to the sheet where you want to delete the comments/notes.
  • Right-click on the sheet name and choose View Code.

Delete All Comments from a Single Worksheet in Excel

  • In the Microsoft Visual Basic for Applications (VBA) window, insert the following code in a new module:
Option Explicit
Sub Delete_All_Comments_From_Worksheet()
Cells.ClearComments
End Sub

Delete All Comments from a Single Worksheet in Excel

  • Press F5 to run the code, and all comments/notes in that sheet will be deleted.


Method 7 – Deleting Comments from All Worksheet using VBA

Use VBA to Delete All Comments from All Worksheet

  • Open the workbook where you want to delete the comments/notes.
  • Right-click on any sheet name and select View Code.
  • In the VBA window, go to View > Immediate Window.

Use VBA to Delete All Comments from All Worksheet

  • Insert the following code in the Immediate window:
For each sheet in Worksheets: sheet.cells.ClearComments: Next sheet

Use VBA to Delete All Comments from All Worksheet

  • Press Enter.

Use VBA to Delete All Comments from All Worksheet

  • All comments/notes from all sheets in the workbook will be removed.


Download Practice Workbook

You can download the practice workbook from here:


How to Delete Comments in Excel: Knowledge Hub


<< Go Back to Comments in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Hosne Ara
Hosne Ara

Hosne Ara is a materials and metallurgical engineer who loves exploring Excel and VBA programming. To her, programming is like a time-saving superhero for dealing with data, files, and the internet. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. With a B. Sc. in Materials and Metallurgical Engineering from Bangladesh University of Engineering and Technology, she's shifted gears and now works as a content developer. In this role, she... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo