View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jay Fincannon Jay Fincannon is offline
external usenet poster
 
Posts: 23
Default How can I emulate MROUND in VBA

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