<t>Are you using the Now() function? Use DateDiff on two dates to return the number of seconds between them.An alternative is the use Timer() function which returns the number of seconds elapsed since midnight. Obviously this causes a problem if your subroutine is running from 23:59 to 00:01, but it...