Code:
Dim MyString As String
MyString = "ApplesandOranges"
Dim MyResult As Integer
MyResult = InStrRev(MyString, "Or", -1)
MyResult returns 10.
Shouldn't it be 6 or 7 (because you're counting from the end backwards, so starting with s, then e, then n then .....