I have created a class module that has its own events. If I create another class, I can use WithEvents to hook into those events. If I create an instance of the first class inside of the first class, in this case a kind of pointer to the next instance in the linked list, I am not able to use WithEvents and hook into the second instances events.
The error I receive is this:
Cannot handle events for the object specified.
These events can be handled in other class modules, but not in its own. Does anyone have any ideas why this occurs or how it can be corrected?
Thanks,
Tom
The error I receive is this:
Cannot handle events for the object specified.
These events can be handled in other class modules, but not in its own. Does anyone have any ideas why this occurs or how it can be corrected?
Thanks,
Tom