Thread: Timing VBA code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve M Steve M is offline
external usenet poster
 
Posts: 19
Default Timing VBA code

I have a VBA routine that may take a considerable amount of time to execute
(~20minutes). I would like to have the code time itself and record the value
in a workbook to allow other future users to know how long the routine is
likely to take. Has anyone done this? Any ideas on how to proceed?

Thanks,
Steve