Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 885 Bytes

Excel.Range.AddCommentThreaded.md

File metadata and controls

46 lines (27 loc) · 885 Bytes
title keywords f1_keywords api_name ms.date ms.localizationpriority
Range.AddCommentThreaded method (Excel)
vbaxl10.chm144259
vbaxl10.chm144259
Excel.Range.AddCommentThreaded
05/15/2019
medium

Range.AddCommentThreaded method (Excel)

Adds a new modern threaded comment to the range if no comment already exists.

Syntax

expression.AddCommentThreaded (Text)

expression A variable that represents a Range object.

Parameters

Name Required/Optional Data type Description
Text Required String The comment text.

Return value

CommentThreaded

Example

This example adds a threaded comment to cell E5 on worksheet one.

Worksheets(1).Range("E5").AddCommentThreaded "Current Sales"

[!includeSupport and feedback]