InStrRev(string1,string2[,start[,compare]])
Returns the last appearance of string2 within string1. Example: InStrRev("outside outerspace.","out") returns 9 Related functions: InStr