Hi there,
I cannot get the RoundUp formula working in VBA!
Part of the VBA:
xxx declared as Double
xx = Range("F" & n)
xxx = xx * 1 (to make integer from text)
xxxx = RoundUp(xxx, 0)
Can anyone help me on what I am (possibly) doing wrong???
Thx in advance.
BR hans
I cannot get the RoundUp formula working in VBA!
Part of the VBA:
xxx declared as Double
xx = Range("F" & n)
xxx = xx * 1 (to make integer from text)
xxxx = RoundUp(xxx, 0)
Can anyone help me on what I am (possibly) doing wrong???
Thx in advance.
BR hans