Hi all,
I'do a Transfertext to a commadelimited csv file.
Decimal values that are exported in this file, are rounded to two decimals and have a comma i.e.
Original value : 81,2222222
Value in csv : 81,22
Value needed for import in Mysql : 81.2222222
Is it possible to change this with VBA code...