Hello,
I have an excel file with date (yymmdd) and I use a macro to save xls to csv, something like :
ActiveWorkbook.SaveAs Filename:="C:\test.200", FileFormat:=xlCSV, CreateBackup:=False
When I run the macro, the format of the dates in the csv are changing to "yyyymmdd", BUT when i do it manualy FILE>SAVE AS> .csv there is no problem, the date stays the same (yymmdd)
I have already try to paste date as values, as text before saving, always the same problem !
Any idea ?
Thx
Ayato
I have an excel file with date (yymmdd) and I use a macro to save xls to csv, something like :
ActiveWorkbook.SaveAs Filename:="C:\test.200", FileFormat:=xlCSV, CreateBackup:=False
When I run the macro, the format of the dates in the csv are changing to "yyyymmdd", BUT when i do it manualy FILE>SAVE AS> .csv there is no problem, the date stays the same (yymmdd)
I have already try to paste date as values, as text before saving, always the same problem !
Any idea ?
Thx
Ayato