Thread
:
Timer
View Single Post
#
1
Posted to microsoft.public.excel.programming
Steve R[_2_]
external usenet poster
Posts: 3
Timer
Any way to have the time it takes to run a procedure
appear somewhere? Perhaps on the status bar?
Start = Timer
Finish = Timer
Application.StatusBar = TotalTime = Finish - Start
TIA!
Reply With Quote
Steve R[_2_]
View Public Profile
Find all posts by Steve R[_2_]