Hello,
I am trying to save excel file as csv semicolon delimited file. While I was doing it manualy (File->Saveas->CSVcommaDelimited) it worked fine, but with macro it gives me file with commas (without semicolumns)!?
My macro (main part) is:
Activeworkbook.SaveAs Filename:=...