View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Martin[_16_] Martin[_16_] is offline
external usenet poster
 
Posts: 13
Default Clock how long it takes code to run?

To start with, at various points in my code I use, e.g.

[h1].Value = Time
[h2].Value = Time
[h3].Value = Time
[h4].Value = Time etc

This enables me to determine time taken for a particular piece of code to
execute. - Works for me!

Martin

Steph wrote in message
om...
Hello. I have several pieces of code that do the same exact thing,
but are written differently. Is there a way to measure the time it
takes for a piece of code to run so I can determine which runs
fastest? Thanks!!