Posted By
Richie Schut
07-30-2013 21:59
Found In
Egroup:
Graphics
\
view thread
I was going to see if the code below could be used in a loop to achieve what I wanted. However I have not had a chance to test it yet. Dim dteWait dteWait = DateAdd("s", 10, Now()) Do Until (Now() > dteWait) Loop What we have done in the past is have each super of results ...
|