Exporting from Excel

H

HSalim[MVP]

Hi!
How do I save a quoted comma-delimited file in Excel?
I can use ActiveWorkbook.SaveAs "abc.csv" , xlCSV but that does not give me
a quoted-comma-delimited file.

On the same lines, what is the difference between the constants xlCSV and
xlCSVWindows?

Thanks in advance
Habib
 
H

HSalim[MVP]

Thanks JE
I was thinking I might have to write a function - i'm grateful to you for
having it ready to use.
Regards
Habib


: take a look here:
:
: http://www.mcgimpsey.com/excel/textfiles.html
:
: In article <[email protected]>,
:
: > How do I save a quoted comma-delimited file in Excel?
: > I can use ActiveWorkbook.SaveAs "abc.csv" , xlCSV but that does not give
me
: > a quoted-comma-delimited file.
 

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