Hi,

I'm trying to create a Timer Control within a module so
that it can be used in routines from any form.

I have tried:

Dim TestTmr As Timer

Sub Form_Load
TestTmr.Interval = 5000
End Sub

But this code causes an undefined object or missing with type error.

How do I set up a Timer object in code rather than on a
form?

Any help greatly appreciated.

Thanks
James