hi
i connect to a web page with this code:
Private Sub mnuCOLLEGAMENTO_Click()
Dim TheBrowser As Object, I As Integer, orario As Date
Set TheBrowser = CreateObject("InternetExplorer.Application")
With TheBrowser
.Visible = True
.Navigate ("http://www.dir*****.com")
End With
end Sub
then, how can i do to fill PASSWORD field and USER field?
thanks