Hi,
Thanks in advance for the help.
Iam having an AvtiveX control and a Form. Now I have to Acess the Control's properties and methods from the Form.
I used
Dim a as UserControl
Private Sub Form_Load()
Set a = new UserControl1
a.MethodName
End Sub
But this doesn't work and gives an error.
How to create the Object of ActiveX control in the form?
Pls Help.
