How to Remove Notes in Excel (5 Easy Ways)

In this article, we will learn to remove notes in Excel. We use notes as reminders in Excel 365. Notes help to announce some important things that make the document more understandable for others. In the earlier versions, we used Comments instead of Notes. Today, we will demonstrate 5 easy methods to remove notes in Excel. You can also use the same methods for deleting comments in the earlier versions of Excel. So, without further delay, let’s start the discussion.


How to Remove Notes in Excel: 5 Easy Ways

To explain the methods, we will use a dataset that contains information about the working hours & salaries of some employees. It also contains some important notes. We will try to remove the notes using some easy methods.


1. Use Delete Option to Remove Notes in Excel

In the first method, we will use the Delete option to remove notes in Excel. Using this method, you delete both a single note and multiple notes. Let’s follow the steps below to know the whole process.

STEPS:

  • To begin with, select a cell in your dataset and press Ctrl + A to select all used cells.

Use Delete Option to Remove Notes in Excel

  • After that, go to the Review tab and click on Delete from the Comments section.

Use Delete Option to Remove Notes in Excel

  • Instantly, you will be able to remove all notes.

Use Delete Option to Remove Notes in Excel

  • To erase a single note, select the cell that contains the note.
  • Then, click on the Delete button from the Review tab.
  • Alternatively, you can right-click on the cell and select Delete Note from the Context Menu.

Use Delete Option to Remove Notes in Excel


2. Delete All Notes with Excel Go To Special Feature

To delete all notes in a worksheet, you can use the Go To Special feature of Excel. This process is straightforward. Here, we use the previous dataset. Let’s pay attention to the steps below to learn the method.

STEPS:

  • In the first place, press the F5 key on the keyboard to open the Go To dialog box.
  • Secondly, select Special from the Go To dialog box.

Delete All Notes with Excel Go To Special Feature

  • After that, select Notes and click on OK to proceed.

Delete All Notes with Excel Go To Special Feature

  • After clicking OK, the cells with notes will be selected.

Delete All Notes with Excel Go To Special Feature

  • In the following step, right-click on any selected cell and select Delete Note from the Context Menu.

Delete All Notes with Excel Go To Special Feature

  • Finally, you will see results like the picture below.

Delete All Notes with Excel Go To Special Feature


3. Remove Notes in Excel Using ‘Clear Comments and Notes’ Option

Another way to remove notes in Excel is to use the ‘Clear Comments and Notes’ option. You can apply this method to delete a single note or multiple notes. You can find the ‘Clear Comments and Notes’ option in the Home tab.

STEPS:

  • Select a cell in the dataset and press Ctrl + A to select all used cells.

Remove Notes in Excel Using ‘Clear Comments and Notes’ Option

  • After that, go to the Home tab and select Clear. A drop-down menu will appear.
  • Select Clear Comments and Notes from there.

Remove Notes in Excel Using ‘Clear Comments and Notes’ Option

  • In the end, all notes will be removed.

Remove Notes in Excel Using ‘Clear Comments and Notes’ Option


4. Apply Excel VBA to Remove All Notes from a Worksheet

We can also use VBA to remove all notes from a worksheet. VBA allows us to perform many tasks very easily. Once again, we will use the previous dataset.

Apply Excel VBA to Remove All Notes from a Worksheet

Follow the steps below to learn the method.

STEPS:

  • Firstly, go to the Developer tab and select Visual Basic to open the Visual Basic window.
  • Alternatively, you can press Alt + F11 to open it.

Apply Excel VBA to Remove All Notes from a Worksheet

  • In the second step, select Insert and then, select Module from the drop-down menu. It will open the Module window.

Apply Excel VBA to Remove All Notes from a Worksheet

  • Now, type the code in the Module window:
Option Explicit
Sub Remove_Notes()
Cells.ClearComments
End Sub

Apply Excel VBA to Remove All Notes from a Worksheet

  • Then, press Ctrl + S to save the code.
  • After that, press the F5 key and Run the code from the Macros window.

Apply Excel VBA to Remove All Notes from a Worksheet

  • Finally, the notes will be deleted after running the code.

Apply Excel VBA to Remove All Notes from a Worksheet


5. Delete Notes from Whole Workbook with Excel VBA

In the previous method, we removed notes from a worksheet. But in this method, we will delete notes from a whole workbook using VBA. So, without any delay, let’s learn the steps.

STEPS:

  • First of all, select Visual Basic from the Developer tab in the ribbon. It will open the Visual Basic window.

  • In the following step, select Insert and then, select Module.

  • After selecting Module, the Module window will occur.
  • Now, type the code in the Module window:
Option Explicit
Sub Remove_All_Notes()
Sheets.Select
Cells.Select
Selection.ClearComments
End Sub

  • After that, press Ctrl + S to save the code.
  • To run the code, hit the F5 key on the keyboard. A Macros window will appear.
  • Select the desired code and click on Run in the Macros window.

  • In the end, it will erase all the sheets and erase all notes.


Add ‘Delete Comment’ Button in Excel Quick Access Toolbar

We can add the Delete Comment button in Quick Access Toolbar to remove notes quickly. It saves time and makes the process easier. We can add the Delete Comment button in the Quick Access Toolbar by following a few steps. To learn more, let’s observe the steps below.

STEPS:

  • In the first place, click on the Customize Quick Access Toolbar icon and select More Commands from the drop-down menu.
  • It will open the Excel Options window.

  • Now, select All Commands in the ‘Choose commands from’ section inside the Excel Options window.
  • Then, select Delete Comment and click on Add to insert delete notes options in the Quick Access Toolbar.
  • After that, click OK to proceed.

  • Finally, you will see the ‘Delete Comment’ button in the Quick Access Toolbar.


Download Practice Book

Download the practice book here.


Conclusion

In this article, we have demonstrated 5 easy methods to Remove Notes in Excel. I hope these methods will help you to perform your tasks easily. Moreover, you can use the same methods to delete comments. Furthermore, we have also added the practice book at the beginning of the article. To test your skills, you can download it to exercise. Last of all, if you have any suggestions or queries, feel free to ask in the comment section below.


Relates Articles


<< Go Back to Notes in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Mursalin Ibne Salehin
Mursalin Ibne Salehin

Mursalin Ibne Salehin holds a BSc in Electrical and Electronics Engineering from Bangladesh University of Engineering and Technology. Over the past 2 years, he has actively contributed to the ExcelDemy project, where he authored over 150 articles. He has also led a team with content development works. Currently, he is working as a Reviewer in the ExcelDemy Project. He likes using and learning about Microsoft Office, especially Excel. He is interested in data analysis with Excel, machine learning,... Read Full Bio

3 Comments
  1. Thanks for the tips, Mursalin. Any idea how to get rid of notes that seem to have been embedded in a downloaded template? I’ve attempted the solutions you’ve mentioned save for the developer ones, but can’t seem to get rid of notes with instructions that show up when hovering over the top cells. Thanks for your time.

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo