So basically my regional settings are set to European.
I have a userform that I would like to make sure that all values are passing correctly. What I mean is, when a user passes a decimal value to the form this value would be correctly calculated.
If (CDbl(Replace(txtValor, ".", ","))) <>...