Comment.Shape property (Excel)

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

Syntax

expression.Shape

expression A variable that represents 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

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.