[Solved!] Insert Comment Not Working in Excel (2 Simple Solutions)

Possible Reasons for Insert Comment Not Working in Excel

You can insert a new comment or note from the Context Menu (see the image below).

Insert Comment in Excel Not Working

However, sometimes these options might not be available in the Context Menu (see the image below)

This may occur if your Excel version does not have the feature. It could also be due the add-ins and customization of the settings.


Solutions For When Insert Comment Is Not Working in Excel

Solution 1 – Run a VBA Macro Code

Steps:

  • Press ALT + F11 to open the VBA Editor.
  • Go to Insert >> select Module.

  • Enter the following code in the new module.
Sub VisibleAddComment()
   Dim X As CommandBar
   For Each X In Application.CommandBars
         X.Reset
   Next
End Sub

Insert Comment in Excel Not Working

  • Press F5 to run the code.
  • Go back to your worksheet and bring the Context Menu by right-clicking your mouse. You will be able to see the New Comment and New Note in the Context Menu.


Solution 2 – Use Keyboard Shortcut to Solve Insert Comment Not Working Problem

2.1 Apply SHIFT+F2 Shortcut

If you do not find the New Comment option in the Context Menu, you can use keyboard shortcuts instead.

Steps:

  • Select the cell where you want to add a comment. We have selected B5.

Insert Comment in Excel Not Working

  • Press SHIFT + F2. You will be able to insert any comment.


2.2 Implement ALT+Q Shortcut

Steps:

  • Select B5.

Insert Comment in Excel Not Working

  • Press ALT + Q. A search box will open. Enter “Insert Comment” in that box.

  • On selecting the “Insert Comment”, you can add comments.

Insert Comment in Excel Not Working


Download Practice Workbook


Related Article


<< Go Back to How to Add a Comment in Excel | Comments in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Akib Bin Rashid
Akib Bin Rashid

AKIB BIN RASHID, a materials and metallurgical engineer, is passionate about delving into Excel and VBA programming. To him, programming is a valuable time-saving tool for managing data, files, and internet-related tasks. Proficient in MS Office, AutoCAD, Excel, and VBA, he goes beyond the fundamentals. Holding a B.Sc in Materials and Metallurgical Engineering from Bangladesh University of Engineering and Technology, MD AKIB has transitioned into a content development role. Specializing in creating technical content centred around Excel and... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo