re:
ce que j'en comprend ressemblerait à ceci :
Private Sub CommandButton1_Click()
Dim objIE As Object
Set objIE = CreateObject("InternetExplorer.Application")
'
objIE.Navigate "http://www.oricom.ca"
objIE.Visible = True
End Sub
Lupin


