Hi,

Can I declare an Event in a Form in an ActiveX control and trap the event from the cotrol?
For Example I have an Event in the Form.

Public Event A()

And Iam raising the Event in the form at a particular point

RaiseEvent A

How do I capture this event in the ActiveX control? Can I do this or is there any alternative?

Thanks,
Pres