You're variables searchValue1 & searchValue2 are set as strings and therefore the result of the formula is an error.

Change them to Long data types and it should work.
Dim searchValue1 As Long
Dim searchValue2 As Long
BSB.