Share via


Comment.Shape Property (Excel)

Returns a Shape object that represents the shape attached to the specified comment.

Syntax

expression .Shape

expression An expression that returns a Comment object.

Example

This example selects comment two on the active sheet.

Note

Ensure that the comments are not hidden. On the Review Tab, choose Comments, Show All Comments.

ActiveSheet.Comments(2).Shape.Select

See Also

Concepts

Comment Object

Comment Object Members