Returns the position of the first occurrence of one string within another string (searching from the beginning of the string (InStr), the end of a string (InStrRev) or from a specified character within the string)
InStr([start, ]string1, string2[, compare]) InStrRev(string1, string2[, start[, compare]])