Friday, January 25, 2013

Mercury Timer -- Code from (http://jiteshsojitra.blogspot.in/)

Mercury Timer -- Code from (http://jiteshsojitra.blogspot.in/)

StartTime = MercuryTimers("Timer").Start / 1000
' Operation 1
' Operation 2
EndTime = MercuryTimers("Timer").Stop() / 1000
TotalTime = EndTime - StartTime
Msgbox ""&TotalTime

No comments:

Post a Comment