Range.ClearComments method (Excel)
Clears all cell comments from the specified range.
Syntax
expression.ClearComments
expression A variable that represents a Range object.
Example
This example clears all comments from cell E5.
Worksheets(1).Range("e5").ClearComments
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.