saving as csv but quoted fields

C

Corrlens

How can I make excel add the quotes within each field delimited by commas ?
I have data that has commas within the fields and it's messing up when I
import on other programs.


("one","two","three") and not (one,two,three)

Thanks
 
Top