RayfromIntech
Electrical
- Jun 2, 2003
- 34
Is there a function a could use like the NOW() to use in Milliseconds? This is my current routine.
Sub TimeLoop1() ' This routine is for looping back to the RefreshData Routine.
SaveTime = Now() + TimeValue("0:00:01"
Application.OnTime SaveTime, "RefreshData1", , True
End Sub
I want to loop this even faster.
Thanks for any help
Ray
Sub TimeLoop1() ' This routine is for looping back to the RefreshData Routine.
SaveTime = Now() + TimeValue("0:00:01"
Application.OnTime SaveTime, "RefreshData1", , True
End Sub
I want to loop this even faster.
Thanks for any help
Ray