Thread
:
Excel VBA/macro problem; Export to csv
View Single Post
#
2
Posted to microsoft.public.excel.programming
JE McGimpsey
external usenet poster
Posts: 4,624
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/
Reply With Quote
JE McGimpsey
View Public Profile
Find all posts by JE McGimpsey