Once a comment has been added to a cell in a worksheet, it is easy to edit the comment. All you need to do is right-click on a cell to which a comment is attached, then you can choose Edit Comment from the resulting Context menu. If you prefer, you can simply select the cell that has a comment attached and click Edit Comment on the Review tab of the ribbon. Either method results in the insertion point appearing inside of the comment text box. You can then add more text or delete text, as desired.
Another way to edit comments is available if you have all the comments displayed on-screen, instead of just comment indicators. In this instance, you can edit a comment simply by positioning the insertion point within the text box and clicking on the mouse button. The comment's text box becomes active and you can edit to your heart's content.
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (11749) applies to Microsoft Excel 2007, 2010, 2013, and 2016. You can find a version of this tip for the older menu interface of Excel here: Editing Comments.
Solve Real Business Problems Master business modeling and analysis techniques with Excel and transform data into bottom-line results. This hands-on, scenario-focused guide shows you how to use the latest Excel tools to integrate data from multiple tables. Check out Microsoft Excel 2013 Data Analysis and Business Modeling today!
One way that you can view comments in a worksheet is to have them appear when you hover the mouse pointer over a cell. If ...
Discover MoreExcel makes it easy to filter a data table based on various values in that table. It isn't so easy to filter according to ...
Discover MoreWhen you protect a worksheet, Excel stops users from editing or otherwise making changes to the data in the worksheet. If ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2020-07-30 10:10:39
J. Woolley
For a variety of Comment macros, see My Excel Toolbox at https://sites.google.com/view/MyExcelToolbox/
2020-07-29 16:54:23
Rkeev
ALLEN: Don't know why it would grow but it does move as cells are added etc.
This won't change their size but it keep them close to their cells
http://www.contextures.com/excelcommentmacros.html
Sub MoveComments1()
Dim cmt As Comment
For Each cmt In ActiveSheet.Comments
With cmt
.Shape.Top = .Parent.Top
.Shape.Left = .Parent.Offset(0, 1).Left
End With
Next cmt
End Sub
2020-07-29 13:16:08
Allan
Does anyone know how to keep the comment box from enlarging over time?
2016-08-21 17:12:50
Gary
Hello all, Does anybody know how to fix, when I edit or create new comments, the numbers lock always toggles off. I then have to switch Num Lock back on, then when I return to edit a cell the Num Lock has toggled back off.
I am using Excel 2013
Thanks
2016-08-20 12:10:14
Markus
To edit a comment (or open a new one), you may also press Shift and F2 at the same time.
2016-08-20 11:00:00
Matthew Anderson
You can also use Shift+F2 when the commented cell is selected.
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2021 Sharon Parq Associates, Inc.
Comments