R
Rich Mogy
Hi All,
Excel has a function (mround), that returns the entered number rounded to
the number you enter, i.e
=mround(13,5) would return 15, because I told it to round 13 to the nearest
5.
I would like to create a function in VBA to do this. Any ideas?
Thanks in advance.
Rich
Excel has a function (mround), that returns the entered number rounded to
the number you enter, i.e
=mround(13,5) would return 15, because I told it to round 13 to the nearest
5.
I would like to create a function in VBA to do this. Any ideas?
Thanks in advance.
Rich