View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
R Avery R Avery is offline
external usenet poster
 
Posts: 220
Default Interfaces for VBA Forms

Thanks. But what you said led me to another question.

Ah. AFAIK, you can't raise an event on an interface from within a class
that implements the interface, so if you want to raise events, you'd be
better to stick with the wrapper class approach you started with.


Interfaces support event, correct? So if a class cannot raise an event
for the interface that it implements, how do the interface events get
raised?