View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default Timer Events in VBA

Jonathan,
If you are referring to VBs Timer control, there is not one for VBA.
There is the Application.OnTime where you can a routine to run.

Or you can use a class module timer. Take you pick
http://www.google.co.uk/search?hl=en...Search& meta=

NickHK

"Jonathan" wrote in message
...
Hi

I have used VB before and there was a timer event that ran any routine

over
and over again and was not influenced by other events occuring.

Is this possible in VBA in Excel?

If this is not possible, am I able to do threading in VBA?

Thanks,

Jonathan