View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] christophe.leroquais@gmail.com is offline
external usenet poster
 
Posts: 7
Default Excel saving as textfile quotes issue

Hi,

i'm having an issue trying to save an excel file containing cells with
multiple values separated by commas.

for example, i have in a cell of the excel file:

myField1,myField2


I want to save it in a text file format and i'm not happy because the
resulting txt file is:

"myField1,myField2"

I do not want these "" in the text file. Is there a way to cope with
that?

Thank yiu