While trying to save xls table as text, "," are being "."
Example 175,132 turns to 175.132

I changed the regional settings. I used "local:=true".

But i couldnt solve this. Code is like this;

ActiveWorkbook.SaveAs Filename:=YOL & NUMUNENO & ".txt", FileFormat:=xlTextPrinter, _
CreateBackup:=False
ActiveWorkbook.Close False