G
gs2000
A statement like:
Application.OnTime Now + TimeValue("00:00:15")
can be used to delay executing something by 15 seconds.
If I wanted to use a delay that is less than a second, what do I do?
To be more specific - I am writing something in VBA in Excel 2000 wher
the program communicates with a device connected to Com Port. I wan
to send out a command and receive data back every 0.2 seconds.
Look forward to your help, thanks
Application.OnTime Now + TimeValue("00:00:15")
can be used to delay executing something by 15 seconds.
If I wanted to use a delay that is less than a second, what do I do?
To be more specific - I am writing something in VBA in Excel 2000 wher
the program communicates with a device connected to Com Port. I wan
to send out a command and receive data back every 0.2 seconds.
Look forward to your help, thanks