When creating an object that raises an event, is it possible to automatically address the caller module?
In the following example, the testobject object raises an event: in the Initialize sub, I used Me to specify the current module.
Is there another way to do it, so the Initialize sub can have...