S
slymeat
Is there a standard a VB function that rounds up a long to it's nearest
integer (and always rounds up)?
integer (and always rounds up)?
RoundUp = IIf(Int(AValue)=AValue, _There is no built in function to round up to the nearest integer. You
should be able to use