View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Stephen Bullen[_3_] Stephen Bullen[_3_] is offline
external usenet poster
 
Posts: 74
Default Interfaces for VBA Forms

Hi R,

Interfaces support event, correct?


No, in VBA6 we can only raise events declared in a class's default
interface - we can't raise events declared in an Implemented interface.

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


They don't!

That said, if you're willing to hack around the binaries, Matt Curland has
explained how it can be done:
http://groups.google.com/groups?selm...%40tkmsftngp12

Regards

Stephen Bullen
Microsoft MVP - Excel
www.BMSLtd.ie