T
ties
Hi
I would like to save an excelsheet to a file. I currently use this line:
ActiveWorkbook.SaveAs Filename:=outputfile_name, FileFormat:=xlTextPrinter,
CreateBackup:=False
It works fine, except for the thing that this FileFormat (xlTextPrinter)
doesn't copy the right local settings. In The Netherlands we use a comma
instead of a decimal point. Excel uses these settings correctly, but they
get changed when exporting.
Does anyone know which FileFormat I should use to keep the local settings or
how to work around this problem?
Regards
Thijs van Bon
I would like to save an excelsheet to a file. I currently use this line:
ActiveWorkbook.SaveAs Filename:=outputfile_name, FileFormat:=xlTextPrinter,
CreateBackup:=False
It works fine, except for the thing that this FileFormat (xlTextPrinter)
doesn't copy the right local settings. In The Netherlands we use a comma
instead of a decimal point. Excel uses these settings correctly, but they
get changed when exporting.
Does anyone know which FileFormat I should use to keep the local settings or
how to work around this problem?
Regards
Thijs van Bon