 |
rounding - How to round a number in VBA to the nearest 5? (or 10 or X) - Stack Overflow
Given numbers like 499, 73433, 2348 what VBA can I use to round to the nearest 5 or 10? or an abitrary number? By 5: 499 -> 500 2348 -> 2350 7343 -> 7345 By 10: 499 ...
stackoverflow.com |
 |