there are many ways, try with "CreateObje ct", something like:
[CODE=vb]Sub OpenTheScripts( )
Dim obj1 As Object
Set obj1 = CreateObject("i nternetexplorer .application")
obj1.Visible = True
obj1.navigate "http://www.thescripts. com"
End Sub[/CODE]
hope that helps
Comment