Thread
:
RoundUp not working in VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 8
RoundUp not working in VBA
Can anyone provide insight into why the following is not working?
x = Application.WorksheetFunction.RoundUp((cost * follow_up), 0)
cost = 1
follow_up = 0.5
but x is coming out as 0 instead of 1
Thanks.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]