Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With the following code provided by this forum I'm able to pause a sub
routine in thousanths of a second. Is there a way to time how long it takes a sub routine to run in thousanths of a second? Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long) Sub SleepOneSecond() Sleep 1000 End Sub -- Regards, Rocky McKinley |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sub routine | Excel Discussion (Misc queries) | |||
VB routine to print to PDF? | Excel Worksheet Functions | |||
simplifying routine | New Users to Excel | |||
Ending a routine | Excel Programming | |||
Need VBA Routine | Excel Programming |