Okay, it's solved, but how about this as an alternative solution?
It uses a class module - so if you want to time multiple things throughout your database you need only code it once - and can return the elapsed time in hours, minutes, seconds, or milliseconds.
Basically, create a new Class...