RAYLWARD102
Well-known Member
- Joined
- May 27, 2010
- Messages
- 529
Is it possible?
During control creation, you can assign a class event routing (click, change events.....) to a UserForm control (My method below)
Is there any possibility for re-assigning a control that has already been assigned
During control creation, you can assign a class event routing (click, change events.....) to a UserForm control (My method below)
Code:
Set C1 = New Class1
Set C1.labelz = LAB
Is there any possibility for re-assigning a control that has already been assigned
Code:
'Set to label routing
Set C1 = New Class1
Set C1.labelz = LAB
'After some control has been clicked, re-purpose the control by assigning a new class routing
Set C1.labelz3 = LAB