View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson[_2_] Myrna Larson[_2_] is offline
external usenet poster
 
Posts: 124
Default What events can be captured in a Class Module?

In the routine for each control, instead of doing the "real work", you can call another sub that
does that.


On Mon, 8 Sep 2003 12:46:58 +1000, "Julian Milano" wrote:

Thanks Tom,

So is there *anyway* to capture all the AfterUpdate and BeforeUpdate events
of many textboxes or do we have to write a routine for each?