Syntax

expression.Previous

expression An expression that returns a Comment object.

Return Value
Comment

Remarks

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

Example

This example hides the previous comment.

Visual Basic for Applications
Range("a1").Comment.Previous.Visible = False
Find out what the previous comment was? previous previous method

See also: