View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
HSalim[MVP] HSalim[MVP] is offline
external usenet poster
 
Posts: 70
Default Exporting from Excel

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