View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Christof DB Christof DB is offline
external usenet poster
 
Posts: 14
Default Run Time control events

I've create a class holding two textboxes as

Public WithEvents SystemBox As TextBox
Public WithEvents DescriptionBox As TextBox

However, I get the message 'object does not source automation events'

Where did I go wrong?
Christof