View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
R-Enemy[_5_] R-Enemy[_5_] is offline
external usenet poster
 
Posts: 3
Default Round number to 5

I need to round numbers to the nearest 5 in VBA.

ex:

8 - 10
23 - 25
42 - 40

Any suggestions.

Thanks.