Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vba csv export

Status
Not open for further replies.

rojdhi

Programmer
Jul 29, 2002
12
0
0
FR
Hi.
I want to export a data provider into a csv file with ';' as delimiter. All i get for the moment is a file whith ',' as delimiter...

Is there a parameter to set ?

I use this syntax :

ConvertTo(boExpAsciiCSV, 1, "MyFile")

Thx
 
Export the file,read it in, replace each , with a ;,save the file again. Let me know if you need any help with the code.

 
Thx for the tip.
i did it with vba.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top