Excel VBA/macro problem; Export to csv

1

1000

This is my problem:

I'm trying to save my data into csv file with a simple macro I hav
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 othe
tips...
Thanks
Vill
 
Top