Range.ClearComments Method
Clears all cell comments from the specified range.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ClearComments
'Usage
Dim instance As Range
instance.ClearComments()
void ClearComments()