Like FindValue() but search only in the specified range of rows.
The row at which to start the search.
The row at which to end the search, or -1 for the last row in the DataList.
The list of paired values, column name or index then value.
Debug.Print FindValueInRange(12, 30, "CategoryID", 2, "UnitPrice", 10) -> 3