S
Steve R
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!
appear somewhere? Perhaps on the status bar?
Start = Timer
Finish = Timer
Application.StatusBar = TotalTime = Finish - Start
TIA!