Hi
I'm trying to run this pice of code, but I just can't figure out why I can't
The Command2_click belongs to a child-formCode:Private Sub Command2_Click() Dim x As Variant x = MDIForm.Inet1.OpenURL(Me.Text1.Text) Me.Text2 = x End Sub
I get allway this error: 424: Object required
Can you advice me out to solve this?
Thanks




Reply With Quote