I need to search a string for double quotes ("
. I don't know how to write the double quote without getting an error.
I tried """ using the instr function and I got a debug error saying I am missing a double quote. I also tried using an "if then" statement
if string like "*"*" then
msgbox "don't use doulbe quotes."
end if
but I get the same error. Is it possible to search for " in a string? Thank you for your assistance
Jason Meckley
Database Analyst
WITF
I tried """ using the instr function and I got a debug error saying I am missing a double quote. I also tried using an "if then" statement
if string like "*"*" then
msgbox "don't use doulbe quotes."
end if
but I get the same error. Is it possible to search for " in a string? Thank you for your assistance
Jason Meckley
Database Analyst
WITF