Thread: Roundup in VBA
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jeff Jeff is offline
external usenet poster
 
Posts: 921
Default Roundup in VBA

Hi,

I wanted to use the Roundup/RoundDown function in VBA. I wanted to avoid
using "Application.Roundup" because this is very slow.

Is there a function that does this? - or does anyone know how to write this?

Thanks for your help.