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