Hi,
I'm using a macro to convert a *.XLS to *.TXT (Tab separator) file, but I've a (big) problem: the decimal sign allways changes from a comma (,) to a dot (.). I already try to change the regional settings but no good. This is driving me crazy!!!
Macro statement:
ActiveWorkbook.SaveAs Filename:="test.txt" _
, FileFormat:=xlText, CreateBackup:=False
Thanks for the help.
Rafael
I'm using a macro to convert a *.XLS to *.TXT (Tab separator) file, but I've a (big) problem: the decimal sign allways changes from a comma (,) to a dot (.). I already try to change the regional settings but no good. This is driving me crazy!!!
Macro statement:
ActiveWorkbook.SaveAs Filename:="test.txt" _
, FileFormat:=xlText, CreateBackup:=False
Thanks for the help.
Rafael