View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default How to measure time for processing periods?

Does anyone have any suggestions on how to measure time for processing periods?
I get a macro to perform a list of tasks. Before the first task perform, I
would like to add the starting time in cell A1, and After the last task
performed, I would like to add the ending time in cell B1, therefore, after
perform all the task under this macro, I get the starting and ending period,
once, I subtract two periods in cell C1, then I will know how long this macro
takes to finish all the task.
Does anyone have any suggestions on how to write this code for setting
starting and ending time into macro.
Thank for any suggestions
Eric