Is it possible to trap MsForms.control events using a Class? I need to trap
the BeforeUpdate and Enter events for all textbox controls located in multi-
page control. Using a class to trap these events would eliminate a bunch of
redundant code.