Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I'm looking for a simple timer routine that will show the time elapsed for each cycle of a Do Until ...Loop instruction. (the loop can go on for many millions of cycles) I'm thinking of something like :- Before the *Do Until* starts t0 = current time For each cycle within the loop t1 = current time and Cells(1,1,) = t1-t0 But how? Many thanks Lisa BTW I'm using XL97 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
timer | Excel Discussion (Misc queries) | |||
Timer | Excel Worksheet Functions | |||
Stopping a Timer / Running a timer simultaneously on Excel | Excel Discussion (Misc queries) | |||
timer | Excel Programming | |||
timer | Excel Programming |