J
John W
I'm import some text files that contain returns -- chr(10). I'm parsing the
information using VBA's InStr. What is the proper way to check and see if
the next value in a string is chr(10). Everything I try is not working.
For example
If Left(mystring,instr(mystring,"*")-1) <> chr(10) then
This does not work. Please help!
Thank you!
information using VBA's InStr. What is the proper way to check and see if
the next value in a string is chr(10). Everything I try is not working.
For example
If Left(mystring,instr(mystring,"*")-1) <> chr(10) then
This does not work. Please help!
Thank you!