Thread: Timer
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve R[_2_] Steve R[_2_] is offline
external usenet poster
 
Posts: 3
Default 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!