Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing the comma for a semicolon when creating a CSV file | Excel Programming | |||
Export excel file to semicolon delimited text file | Excel Discussion (Misc queries) | |||
Need help : Open a csv file with semicolon separation | Excel Programming | |||
save a csv file with SEMICOLON delimiters | Excel Programming | |||
ADO & semicolon delimited text file? | Excel Programming |