Range.ClearComments method (Excel)
Clears all cell comments from the specified range.
expression.ClearComments
expression A variable that represents a Range object.
This example clears all comments from cell E5.
Worksheets(1).Range("e5").ClearComments
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.