Hi,
Thanks in advance for ur help.

How do I Extend ActiveX control in a Form and use its Porperties and methods.

If I use

Dim a as UserControl
a.MethodName

It is giving an error
Object Variable or With Block Variable not set.
How to overcome this?