Can you use InStr() to determine the position of the next character in a string that is not equal to one of a number of options. If so, how
For example, what would be the syntax of an expression that returned the position of the next character that was not either a "t", space, tab or return character Would you have to use ascii representations of some or all of these characters in the exepression