How can Like be used to match control characters such as a carriage return?
D Dennis W. Bulgrien Nov 4, 2003 #1 How can Like be used to match control characters such as a carriage return?
D Dick Kusleika Nov 4, 2003 #2 Dennis Build the ASCII code into the string like If Mytext Like "a" & Chr(13) & "b" for a b