Hi there,
as far as you didn't already know: The use of the function ROUND is essentially different in both VB and VBA. VB's round function performs the rounding mathematically, VBA performs it mercantilistic.
Example:
VB : Round(1.125,2) = 1.12 !!
VB : Round(1.126,2) = 1.13
VB ...
Hi there,
as far as you didn't already know: The use of the function ROUND is essentially different in both VB and VBA. VB's round function performs the rounding mathematically, VBA performs it mercantilistic.
Example:
VB : Round(1.125,2) = 1.12 !!
VB : Round(1.126,2) = 1.13
VB ...
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.