How to save Excel doc to CSV with quotations around each item. E..

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to save Excel 2003 docs to a CSV with quotations around each item.
E.g., "Doe", "John", "123121234"
 
Don't think you can without using VBA (but, believe me, I've been wrong before!).
It will, however, insert quotes where required i.e. if a cell has a field delimiter
(comma) in it.
ex Doe,John (in one cell) will be saved as "Doe,John"
vs. Doe John (in two cells) will be saved as Doe , John
 

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

Back
Top