Comment.Next Method
Returns a Comment object that represents the next comment.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Next As Comment
'Usage
Dim instance As Comment
Dim returnValue As Comment
returnValue = instance.Next()
Comment Next()
Return Value
Type: Microsoft.Office.Interop.Excel.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).