You could replace any occurances of the " or ' using the replace command.
var1=Replace(var1, "'", "")
Or you could split the variable if the quotes are only at the beginning and end so that you could put them back when you are done.
Those are just a couple of possible...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.