what's the shortcut in excel to show/hide cell comments?
|
feedback
|
migrated from stackoverflow.com Sep 2 '09 at 10:37
This question came from our site for professional and enthusiast programmers.
|
Alt+V, C This works as a toggle command. | ||||
feedback
|
|
Shift-F2 to edit them... otherwise i think you have to use the right click options. | |||
|
feedback
|
|
A modification on Geoffrey van Wyk's VBS - toggles only comment of active cell
| |||
|
feedback
|
|
In Excel 2007, there is no such keyboard shortcut according to the Excel Help File. You will have to write a macro for that.
You can paste the above code into a module in your Personal Workbook and set the shortcut in the Macros dialog. Let me know if you do not know how to do that. | |||||
feedback
|