Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 656 Bytes

Excel.Range.ClearComments.md

File metadata and controls

37 lines (22 loc) · 656 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Range.ClearComments method (Excel)
vbaxl10.chm144224
vbaxl10.chm144224
Excel.Range.ClearComments
736fd51f-a7cd-02cf-eb45-47e3f3132800
05/10/2019
medium

Range.ClearComments method (Excel)

Clears all cell comments from the specified range.

Syntax

expression.ClearComments

expression A variable that represents a Range object.

Example

This example clears all comments from cell E5.

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

[!includeSupport and feedback]