spurs
Active Member
- Joined
- Oct 18, 2006
- Messages
- 479
- Office Version
- 2016
- 2013
- 2010
- 2007
- 2003 or older
- Platform
- Windows
it is my understanding that using application. Wait will only work for durations of 1 second or more
I need a way of waiting either 3 milliseconds or more up to about 50 milliseconds for one function I need to perform and up to as much as 500 millisecons (i.e. half a second) for another function.
How can I achieve these shorter wait durations in a way that is both 32 and 64 bit compatable>
I need a way of waiting either 3 milliseconds or more up to about 50 milliseconds for one function I need to perform and up to as much as 500 millisecons (i.e. half a second) for another function.
How can I achieve these shorter wait durations in a way that is both 32 and 64 bit compatable>