 |
VB function to round to the nearest integer-VBForums
The VBA Fix() function is an example of truncation. For example, Fix(3.5) is 3, ....
When intPlaces is 0 it rounds up to the nearest whole number ... intFactor = 10 ^
intPlaces. RoundUp ...
www.vbforums.com |
 |