Excel VBA/macro problem; Export to csv

  • Thread starter Thread starter 1000
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top