Returns the next highest whole integer value.
Public Function Ceiling( ByVal Value As Double ) As Double
Negative values will round towards zero. If the value is already a whole integer value then that value will be returned.
Project CorLib Overview
Class CorMath Overview