Save file with fields within quotes and comma separated

A

Alvin

I want to save a CSV or another option in MS Excel file
where all fields are separated by commas and all fields
are within quotes ("). How can I achieve this?
 
T

Tom Ogilvy

There is no built in option for this. You would have to write a macro that
writes the file in that format.
 
Top