View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default Excel VBA/macro problem; Export to csv

See

http://www.mcgimpsey.com/excel/textf...ml#csvnoquotes

In article ,
wrote:

This is my problem:

I'm trying to save my data into csv file with a simple macro I have
created.

For example my csv (semicolon delimited) file should look like this:

A;B;C
1;2;3
0,1;0,2;0,3

But I'm getting:

A;B;C
1;2;3
"0,1";"0,2";"0,3"

Does anyone have a script for avoiding those " marks ? Or other
tips...
Thanks
Ville


---
Message posted from
http://www.ExcelForum.com/