Quote:
Originally Posted by MrInterface
I use the following function:
Public Function fnWait(intNrOfSeconds As Integer)
Dim varStart As Variant
varStart = Timer
Do While Timer < varStart + intNrOfSeconds
Loop
End Function
|
This works perfectly, when you are accessing a database via VBA on Excel and then you want to perform some calcutions in VBA right after the table is returned.
So to the author of the script, thank you very much.
FHanFreeman
13-Feb-2010.