The instring function returns either the starting position of the substring, str2, within str1, or zero if that substring does not exist The form Instr(n, str1, str2) returns the nth occurences of the substring, str2, within str1 or zero if that substring does not exist