problem exporting to CSV

H

hilz

Hi all.
I have an xls file that i want to export to CSV.
For some reason, I really need all the values to be surrounded by double
quotes even if they were numbers or a simple text with no spaces.
For example, currently, it is being saved as follows:

1234,sometext,"some text with spaces"

and i want it to be exported as follows:

"1234","sometext","some text with spaces"


Is there anything I can do to control this and make it produce the CSV
file that I desire?

I am using Excel 2003 SP2

thanks
 
D

Dave Peterson

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top