Int « Data Type « VBA / Excel / Access / Word






1.Int(number) returns The integer portion of number (again, without rounding). If number is negative, returns the negative number less than or equal to number.
2.Int() Returns the integer portion of a number.
3.Int(-3.14159) returns -4