Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 734 Bytes

Excel.Range.ClearNotes.md

File metadata and controls

42 lines (24 loc) · 734 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ClearNotes method (Excel)
vbaxl10.chm144097
vbaxl10.chm144097
Excel.Range.ClearNotes
24017be9-d3bf-2e8a-4587-d5b0a03fdcaf
05/10/2019
medium

Range.ClearNotes method (Excel)

Clears notes and sound notes from all the cells in the specified range.

Syntax

expression.ClearNotes

expression A variable that represents a Range object.

Return value

Variant

Example

This example clears all notes and sound notes from columns A through C on Sheet1.

Worksheets("Sheet1").Columns("A:C").ClearNotes

[!includeSupport and feedback]