ClearNotes Method

Applies To

Range Object.

Description

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

Syntax

object.ClearNotes

object

Required. Clear notes and sound notes from this Range.

See Also

NoteText Method, SoundNote Property.

Example

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


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