Hi,
You can use the chr() method to find "", which uses the ascii character table. I've written the code for finding double quotes, you can use this method for any special characters.
InStr(1, String, Chr(34) & Chr(34))
Hope this helps,
Dustin
Last Wiki Answer Submitted: March 5, 2009 7:01 pm by RoadDust390 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
Thanks Dustin. I’m going to try that out.