Returns the index of the row that contains a match or -1 if no match was found.
Property FindRowRegex(Pattern As String, Row As Long, Col As Long) As Long
The parameters for the FindRowRegex property are described below:
Pattern containing the regular expression to look for (see the Pattern property in the VBScript Regex object for regular expression syntax).
The row where the search should start (use -1 to start at the first scrollable row).