View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] skulkrinbait@googlemail.com is offline
external usenet poster
 
Posts: 21
Default 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!)