Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
In a Excel Macro (VBA) I'm trying to save a ".xls" file into a ".csv file with SEMICOLON ";" delimiters. There is the code : ActiveWorkbook.SaveAs FileName:="test", _ FileFormat:=xlCSV, CreateBackup:=False But when I open the result file, the delimiters are comma ",". Do yo have a solution to save the file with semicolon ";" ? Thank you very much in advance -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
See Chip Pearson's http://www.cpearson.com/excel/imptext.htm for a very customizable code solution. HTH. Best wishes Harald "mariofontaine " skrev i melding ... Hello, In a Excel Macro (VBA) I'm trying to save a ".xls" file into a ".csv" file with SEMICOLON ";" delimiters. There is the code : ActiveWorkbook.SaveAs FileName:="test", _ FileFormat:=xlCSV, CreateBackup:=False But when I open the result file, the delimiters are comma ",". Do you have a solution to save the file with semicolon ";" ? Thank you very much in advance. --- Message posted from http://www.ExcelForum.com/ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank's a lot, I really appreciate !
Have a nice day -- Message posted from http://www.ExcelForum.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel sheet as a semicolon delimited file (.csv) | Excel Discussion (Misc queries) | |||
Export excel file to semicolon delimited text file | Excel Discussion (Misc queries) | |||
Export (or save as) .csv with text delimiters | Excel Discussion (Misc queries) | |||
How To Import Text File With No Delimiters? | Excel Discussion (Misc queries) | |||
ADO & semicolon delimited text file? | Excel Programming |