Returns the smallest integer greater than or equal to its numeric argument.
Syntax : Ceil(Number InputValue )
Where
Number InputValue is decimal number.
Examples :
textbox1.Value = Ceil( 22.12) – returns 22
textbox1.Value = Ceil( 10.76) – returns 10