Hi!
I am using the VBA function val(string) to convert the numerical content of a string to numbers
The problem is that it is rounding the numbers!
ex Val ("1.2") returns 1 instead of the wanted 1.2
is there any other command or solution for this to get the numbers without rounding?
Best Regards
I am using the VBA function val(string) to convert the numerical content of a string to numbers
The problem is that it is rounding the numbers!
ex Val ("1.2") returns 1 instead of the wanted 1.2
is there any other command or solution for this to get the numbers without rounding?
Best Regards