hab durch Zufall eine Variante gefunden, die wohl besser und richtiger zu sein scheint:
Delphi-Quellcode:
var
xlCSV6: OleVariant;
begin
xlCSV6 := xlCSV;
{...}
Excel.ActiveWorkbook.SaveAs
(FileFormat := xlCSV6,
Filename := 'E:\Projekte\abi schule\ProbedatenAbitur.csv',
CreateBackup := false
);
end;