View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bawahoo[_6_] bawahoo[_6_] is offline
external usenet poster
 
Posts: 1
Default export CSV file with semicolon


How can I export a CSV file with semicolon as the delimiter. By defaul
it sets it to a comma. I do not want the comma. Thanks in advance fo
you help.

ActiveWorkbook.SaveAs Filename:="C:\test.csv"
FileFormat:=xlCSV, _
Password:="", WriteResPassword:="", ReadOnlyRecommended:=False
_
CreateBackup:=Fals

--
bawaho
-----------------------------------------------------------------------
bawahoo's Profile: http://www.excelforum.com/member.php...fo&userid=1510
View this thread: http://www.excelforum.com/showthread.php?threadid=55949