The only way I can think of doing it is to declare a public (global) variable (i.e. Public gbolEventFired as Boolean) and when the event fires, set the Public variable to True. Your module should be, periodically, checking to see if the public variable is True. When it is, then do what you want.