View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rfusee rfusee is offline
external usenet poster
 
Posts: 10
Default VBA String Output adds Quotes when I cut and paste to Notepad

Hello all,

I have a very frustrating little problem with Excel VBA. I have a function
which outputs a lengthly string back to an Excel cell. I need to then cut
and paste that cell into Notepad. When I do the cut and paste, it adds
quotation marks around the text. I don't see any quotation marks when
looking at the cell in excel, nor does a cut and paste into Word add
quotation marks, but Notepad and Access do.

Any help would be appreciated.

Thanks,

rfusee