Writing code for Events in Class
Bart,
Dim WithEvents SomeVar As SomeControl
NickHK
"Bart" wrote in message
ups.com...
Hello,
Is it possible to write code for an Event of a control in a class
module?
I wrote a Class Module where I can set a TextBox control. I would like
to have the class to handle the AfterUpdate event of this TextBox
control.
Thanks in advance,
Bart
|