title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Range.ClearNotes method (Excel) |
vbaxl10.chm144097 |
|
|
24017be9-d3bf-2e8a-4587-d5b0a03fdcaf |
05/10/2019 |
medium |
Clears notes and sound notes from all the cells in the specified range.
expression.ClearNotes
expression A variable that represents a Range object.
Variant
This example clears all notes and sound notes from columns A through C on Sheet1.
Worksheets("Sheet1").Columns("A:C").ClearNotes
[!includeSupport and feedback]