Quote Originally Posted by moa
Bob,
I use classes a bit but in what specific situations do you personally use classes? I only use them with controls on forms but I don't really know enough about the subject. If I have a lot of controls with the same or similar behaviour and I need to 'mark' some of them as essential to a sheet calculation or... whatever, I use a class. Other than that I don't have the time to experiment (contract work).
BTW, the use you highlight is very useful, but also very restricted. For instance, if you create a textbox event class, the Enter and Exit events are not exposed to the class, which reduces its benefit enormously IMO.