title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Range.ClearComments method (Excel) |
vbaxl10.chm144224 |
|
|
736fd51f-a7cd-02cf-eb45-47e3f3132800 |
05/10/2019 |
medium |
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
[!includeSupport and feedback]