Home

Consulting

Excel VBA

Legal

Links

Contact

About Us

Int Function

This is a builtin Excel VBA function that returns the integer value of the item passed to the function.

Int(22.3) = 22
Int(1234) = 1234
Int("adaf") = Error 13