Show comments/notes when cell is selected in Excel
AuthorXiaoyang•Last modified
When working with Excel worksheets, you may sometimes want helpful information to appear automatically when a specific cell is selected. This can be useful for showing instructions, reminders, explanations, or extra details without filling the worksheet with too much visible text.
Although Excel does not provide a built-in feature that displays a traditional comment or note only when a cell is selected in exactly the way many users expect, there are several practical ways to achieve a similar result. In this guide, you will learn three effective methods to show comments or notes when a cell is selected in Excel.

Why show comments or notes when a cell is selected?
Understand the difference: Comments vs. Notes in Excel
Why show comments or notes when a cell is selected?
In Excel, comments—called Notes in Excel 365—are often used to store extra information, reminders, or explanations. By default, these notes only appear when you hover over a cell. However, displaying them when a cell is selected can make a worksheet much clearer and easier to use. This is especially helpful when you want to provide input guidance, highlight important details, reduce entry errors, or make shared worksheets more user-friendly. This is especially useful when:
By making notes easier to view, you can improve both efficiency and accuracy when working in Excel.
Understand the difference: Comments vs. Notes in Excel
Before using these methods, it is important to understand the difference between Comments and Notes in modern Excel.
In newer versions of Excel, Comments are designed for threaded conversations. They are mainly used for collaboration, allowing multiple users to reply and discuss cell content. These are not the same as traditional pop-up annotations used in older Excel versions.
Notes are the old-style cell annotations that appear as simple text boxes attached to cells. In many cases, when users say they want to show a “comment” when selecting a cell, they are actually referring to a Note.
If your goal is to display a small yellow-style popup when selecting a cell, you are usually working with Notes, not threaded comments.
Show Comments (Notes) When a Cell Is Selected in Excel
If you want to display comments or notes more easily while navigating through cells, there are several practical ways to do it. In the following sections, we will introduce three useful methods to help you show comments or notes when a cell is selected in Excel.
Method 1: Show comments (notes) when a cell is selected with Data Validation
If your goal is to show a helpful message whenever a user selects a specific cell, Data Validation Input Message is the easiest built-in method in Excel. This method does not create a traditional comment or note, but it displays a pop-up message as soon as the cell is selected.


Result: Now, when the selected cell is clicked, the input message will appear automatically. 
Method 2: Show comments (notes) when a cell is selected with VBA code
If you want the comment or note to pop up automatically whenever you click a cell, VBA is the most effective solution. With a simple macro, Excel can display the note for the active cell and hide notes from previously selected cells. This method works best with Notes, not modern threaded comments.

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Dim cmt As Comment
Dim ws As Worksheet
Set ws = Me
For Each cmt In ws.Comments
cmt.Visible = False
Next cmt
If Not Target.Comment Is Nothing Then
Target.Comment.Visible = True
End If
End Sub
Result: Now, when you select a cell containing a note or comment, that note will appear automatically.
Method 3: Show comments (notes) when a cell is selected with Kutools for Excel
For users who want an easier alternative to Data Validation or VBA, Kutools for Excel offers a more convenient way to work with comments and notes. With its user-friendly tools, you can quickly add, manage, and display notes in your worksheet without writing any code. This makes it a great choice for creating clearer, more interactive spreadsheets while saving time and effort.

Result: After enabling this feature, clicking a cell with a comment will keep the comment window visible until another cell is selected.
Manage Excel Comments Faster with Kutools
Kutools for Excel offers a practical Comment toolkit that helps you handle comments and notes more efficiently. You can quickly format comment boxes, find and replace comment text, convert comments and cell contents, auto-fit comment size, reset comment positions, and always show comments when needed.
Conclusion
Showing comments, notes, or helpful messages when a cell is selected in Excel can make your worksheet more interactive, clearer, and easier to use.
If you only need a simple built-in solution, Data Validation Input Message is the quickest method. If you need more flexibility and want customized pop-up behavior, VBA is a powerful choice. If you prefer a more convenient and user-friendly solution without coding, Kutools for Excel can help simplify comment and note management.
The best method depends on your needs, your Excel skill level, and whether you want a built-in, programmable, or productivity-enhanced solution. Choose the one that fits your workflow best, and make your Excel worksheets easier for everyone to understand and use.
Best Office Productivity Tools
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!
All Kutools add-ins. One installer
Kutools for Office suite bundles add-ins for Excel, Word, Outlook & PowerPoint plus Office Tab Pro, which is ideal for teams working across Office apps.
- All-in-one suite — Excel, Word, Outlook & PowerPoint add-ins + Office Tab Pro
- One installer, one license — set up in minutes (MSI-ready)
- Works better together — streamlined productivity across Office apps
- 30-day full-featured trial — no registration, no credit card
- Best value — save vs buying individual add-in
Table of contents
- Why show comments or notes when a cell is selected?
- Understand the difference: Comments vs. Notes in Excel
- Show Comments (Notes) When a Cell Is Selected
- Method 1: By using Data Validation
- Method 2: By using VBA code
- Method 3: By using Kutools for Excel
- Conclusion
- The Best Office Productivity Tools
Kutools for Excel
Brings 300+ advanced features to Excel
- ⬇️ Free Download
- 🛒 Purchase Now
- 📘 Feature Tutorials
- 🎁 30-Day Free Trial