Hi,

Could somebody please help me to write a program to replace comma with dot and dot with comma in a number?

For example, data is stored in a cell as 1.2345,36 in spreadsheet when the correct format is 1,2345.36.

Please help to replace comma(,) with dot and dot with comma(,).

Regards,