Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I time execution speed of a procedure in milliseconds?
-- Cheers, Ryan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I use this
Dim BegTime BegTime = Timer (at the beginning) and MsgBox("Elapsed time: " & timer - BegTime) I don't recall the units though. (I'd hav -- HTH, Barb Reinhardt "RyanH" wrote: How can I time execution speed of a procedure in milliseconds? -- Cheers, Ryan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Speed of Execution | Excel Programming | |||
Speed up Excel execution | Excel Programming | |||
code execution speed question | Excel Programming | |||
Execution speed for UDF | Excel Programming | |||
MACRO execution speed | Excel Programming |