DateDiff() is usually used to perform date difference calculations. But for simple difference calculations you can subtract dates from each other, like this:
The returned number will likely not be an integer, and will contain date fractions too, so you may want to use Int() to round the number to just the integer portion:
Leave a Reply