Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to create an event in one class module and then raise that
event from another class module. I have a class module which provides event trapping for a control type - class1. The other class module creates a collection of controls - class2. If I change a control's state through a class1 click event, I would like to raise an event which will go to the collection (class2) and update a Boolean array holding the state condition on each control in the collection. I have tried several examples of Event-RaiseEvent usage. None of these seem to work across class module boundaries. I would appreciate any advice on this subject. Regards, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why Would Add-In Modules Not Be Accessible? | Excel Discussion (Misc queries) | |||
VB Modules | Excel Discussion (Misc queries) | |||
Help with modules. | New Users to Excel | |||
How can I expose the TextBox BeforeUpdate event to my user class? | Excel Discussion (Misc queries) | |||
Naming class modules in Excel 2002 | Excel Discussion (Misc queries) |