Welcome to Bowdoin | Bowdoin College

' VBA does not allow us to use the Excel function Int(X) ' in a macro, but it is readily verified on a spreadsheet ' that it acts the same as the VBA function. ' Excel has a good truncation function in Trunc(X), apart ' from the fact that Excel doesn't distinguish between the ' integers 0 and -0, so that Trunc(X) yields 0 for -1 ................
................