save as .csv

M

Miljan

Cell with content: "Yahoo" will be saved as """Yahoo""" in csv file.
The same thing will happen with txt format.
Yahoo will be saved as: Yahoo
but "Yahoo" will be saved as: """Yahoo"""

Is there a way to save "Yahoo" as "Yahoo" in csv or txt format.

Thanks.
 
Top