다음을 통해 공유


Range.ClearComments Method (Excel)

Clears all cell comments from the specified range.

Syntax

.ClearComments

A variable that represents a Range object.

Example

This example clears all comments from cell E5.

Worksheets(1).Range("e5").ClearComments

참고 항목

개념

Range Object Members

Range Object