Double Double Quotes
I've written a VBA macro to convert a file from one format into
another.
It works OK but one thing I noticed is that all the double quotes in
the source file and duplicated in the object file, for example.
"ACCOUNT" becomes ""ACCOUNT""
Anyone know why this is happening and how I can stop it?
Thanks.
(I can post the code on here but I'm sure it's nothing I've done, no
really!)
|