How can I emulate MROUND in VBA
If X contains your number, and Multiple is the 2nd argument to MROUND,
x = Round(x / Multiple, 0) * Multiple
On Fri, 08 Aug 2003 01:43:38 GMT, Jay Fincannon wrote:
Hey All;
How can I convert this formula to VBA?
=MROUND((COUNT($B$1:$B413)/COUNT($B:$B)*100),5)
using the result of VBA's Find function as the changeable row number.
win98 excel2002
Thanks, Jay
|