Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to figure out how long my macro is taking to run, and I want it as
accurate as possible... it would be great if I could get it down to millisecond precision, is this possible? Something like: function test() startTime = Now() .... (function code) .... endTime = Now() timeTaken = endTime - startTime test = timeTaken end function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
hh:mm:ss AND Milliseconds? | Excel Discussion (Misc queries) | |||
Show Milliseconds | Excel Programming | |||
Show Milliseconds | Excel Programming | |||
Milliseconds in Excel | Excel Programming | |||
Milliseconds In VB | Excel Programming |