[]
Continues a search that was begun with the Find(object, object, FindLookIn, LookAt, SearchOrder, SearchDirection, bool) method. Finds the next cell that matches those same conditions and returns a Range object that represents that cell.
IRange FindNext(object after = null)
Function FindNext(Optional after As Object = Nothing) As IRange
Type | Name | Description |
---|---|---|
object | after | The cell after which you want to search. The search begins after this cell; the specified cell is not searched until the method wraps back around to this cell. If this argument is not specified, the search starts after the cell in the upper-left corner of the range. |