Operator Like and Control Characters

  • Thread starter Dennis W. Bulgrien
  • Start date
D

Dennis W. Bulgrien

How can Like be used to match control characters such as a carriage return?
 
D

Dick Kusleika

Dennis

Build the ASCII code into the string like

If Mytext Like "a" & Chr(13) & "b"

for

a
b
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top