Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Looking for a few lines of code that will slow down a text animation in 12
steps. A loop counting to say 1000 might be expedient, but this would depend on PC performance. So far, I have found methods of waiting whole numbers of seconds, but nothing less than a second. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.mentalis.org/apilist/Sleep.shtml
Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds _ As Long) The Sleep function suspends the execution of the current thread for a specified interval. For half a second. Sleep 500 Paul ---------------------------------------------------------------------------------------------------- Looking for a few lines of code that will slow down a text animation in 12 steps. A loop counting to say 1000 might be expedient, but this would depend on PC performance. So far, I have found methods of waiting whole numbers of seconds, but nothing less than a second. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
many thanks for the suggestion and the link - both useful
wrote in message ... http://www.mentalis.org/apilist/Sleep.shtml Declare Sub Sleep Lib "kernel32" Alias "Sleep" (ByVal dwMilliseconds _ As Long) The Sleep function suspends the execution of the current thread for a specified interval. For half a second. Sleep 500 Paul -------------------------------------------------------------------------- -------------------------- Looking for a few lines of code that will slow down a text animation in 12 steps. A loop counting to say 1000 might be expedient, but this would depend on PC performance. So far, I have found methods of waiting whole numbers of seconds, but nothing less than a second. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sendkeys(keys,wait) how do I use wait | Excel Discussion (Misc queries) | |||
Should I Wait? | Excel Discussion (Misc queries) | |||
wait | Excel Programming | |||
Excel code to Wait until Word finishes printing before closing | Excel Programming | |||
Problem with WAIT | Excel Programming |