Range.AddCommentThreaded (Excel)
Adds a new modern threaded comment to the range if no comment already exists.
AddCommentThreaded (Text)
Text: The comment text.
Worksheets(1).Range("E5").AddCommentThreaded "Current Sales"
Adds a new modern threaded comment to the range if no comment already exists.
AddCommentThreaded (Text)
Text: The comment text.
Worksheets(1).Range("E5").AddCommentThreaded "Current Sales"