liquidhot Wrote:
What's the problem? Does the line not work?
Sintiax error if i insert your line he
' Make the desired selections on the web page and click the submit
Button
' IE ie.document.all.Item LEGGE NELLA PAGINA html il tag di
riferimento
Set ipf = ie.Document.all.Item("LOGIN")
ipf.Value = "123456"
Set ipf = ie.Document.all.Item("PASSWD")
ipf.Value = "abcd"
Set ipf = ie.Document.all.Item("CHOICE")
ipf.Value = "iol"
'???????????????????????
ie.Document.Forms(0).submit()
'???????????????????????
' Loop until the page is fully loaded
Do Until Not .Busy
DoEvents
Loop
--
sal21
------------------------------------------------------------------------
sal21's Profile:
http://www.excelforum.com/member.php...fo&userid=2040
View this thread:
http://www.excelforum.com/showthread...hreadid=382477