This problem we have in the most programming languages; i use a function which also handles thousand separators.
Sub dFormat(Iformat)
Dim dForm As String
Iformat=Iformat.Replace(",","P")
Iformat=Iformat.Replace(".","K")
Iformat=Iformat.Replace("K",",")
Iformat=Iformat.Replace("P",".")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.