Syntax

expression.Next

expression An expression that returns a Comment object.

Return Value
Comment

Remarks

This method works only on one sheet. Using this method on the last comment on a sheet returns Null (not the next comment on the next sheet).

Example

This example hides the next comment.

Visual Basic for Applications
Range("a1").Comment.Next.Visible = False
next next method Retrieve next cell note? Return the next cell comment?

See also: