Welcome to Bowdoin | Bowdoin College

' The VBA function Int(X) truncates X (i.e., removes the ' decimal point and everything to its right) when X is an ' integer or a non-negative non-integer. When X is both ' non-integer and negative, Int(X) truncates X-1. In other ' words, anything beyond the decimal point will get Int(X) ' to yield the next-smaller integer. ................
................