Saving to a csv without the quotes

L

laredotornado

Hi,

I'm using MS Excel 2003. I have a spreadsheet with a single column of
character data (there are no quotes in any of the cells). How do I
save out to CSV so that leading and ending quotes are not inserted
before and after each cell of data?

Thanks, - Dave
 
D

Dave Peterson

Since it's just a single column, I'd just copy that column and paste into
NotePad. Then save that NotePad file as *.csv.
 
Top