title | keywords | f1_keywords | api_name | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|
Range.AddCommentThreaded method (Excel) |
vbaxl10.chm144259 |
|
|
05/15/2019 |
medium |
Adds a new modern threaded comment to the range if no comment already exists.
expression.AddCommentThreaded (Text)
expression A variable that represents a Range object.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Text | Required | String | The comment text. |
CommentThreaded
This example adds a threaded comment to cell E5 on worksheet one.
Worksheets(1).Range("E5").AddCommentThreaded "Current Sales"
[!includeSupport and feedback]