Thread
:
MRound
View Single Post
#
4
Posted to microsoft.public.excel.programming
Ben McClave
external usenet poster
Posts: 173
MRound
pb,
I think that you need a reference to the analysis toolpak (atpvbaen.xls).
If that doesn't work but the Round function works properly you could try this workaround:
Result = WorksheetFunction.Round(Number/Mltplr, 0)*Mltplr
Ben
Reply With Quote
Ben McClave
View Public Profile
Find all posts by Ben McClave