Thread
:
Fraction of seconds
View Single Post
#
1
Posted to microsoft.public.excel.programming
ArthurJ
external usenet poster
Posts: 32
Fraction of seconds
I have set up a timer as follows:
Dim alertTime
alertTime = Now + TimeValue("00:00:01")
Application.OnTime alertTime, "procedure"
This does what I want, except I require time intervals less than one second.
Is this possible?
Art
Reply With Quote
ArthurJ
View Public Profile
Find all posts by ArthurJ