Comment Members (Excel)

Represents a cell comment.

Methods

Name

Description

Delete

Deletes the object.

Next

Returns a Comment object that represents the next comment.

Previous

Returns a Comment object that represents the previous comment.

Text

Sets comment text.

Properties

Name

Description

Application

When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.

Author

Returns or sets the author of the comment. Read-only String.

Creator

Returns a 32-bit integer that indicates the application in which this object was created. Read-only Long.

Parent

Returns the parent object for the specified object. Read-only.

Shape

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

Visible

Returns or sets a Boolean value that determines whether the object is visible. Read/write.