[RESOLVED] calling MDIform.Inet1 from another form
Hi
I'm trying to run this pice of code, but I just can't figure out why I can't
Code:
Private Sub Command2_Click()
Dim x As Variant
x = MDIForm.Inet1.OpenURL(Me.Text1.Text)
Me.Text2 = x
End Sub
The Command2_click belongs to a child-form
I get allway this error: 424: Object required
Can you advice me out to solve this?
Thanks
Re: calling MDIform.Inet1 from another form
Ensure you spelled your form's name correctly. Is it MDIForm or MDIForm1 or something else?
Re: calling MDIform.Inet1 from another form
you are right, LaVolpe. I misspelled it :mad:
blame it on the Intellisense
thank you very much