If I put the following declaration in a forms header then I can use the object within the form
Dim WithEvents objEvents As clsEvents
However if I try and put the same declaration in a module then it turns bright red, anyone know how I can declare a global object with events?
