Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
StartTime = Timer
'Your code goes here
FinishTime = Timer
TotalTime = FinishTime - StartTime
[code]
I have run across some code that makes calls to the system timer and it was more precise than the VBA timer function. Unfortunately, I did not make a note of where I found it. It may be here in Tek-Tips somewhere. Try searching the VB area of Tek-Tips.
Greg