Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ... I have this macro but i dont know the command to press the butto "entra" after i have inserted the personl detail.... Tks all... Sub PROVA() ' Prepare to open the web page Set ie = CreateObject("InternetExplorer.Application") With ie .Visible = True .Navigate "http://liberomail.libero.it/" ' Loop until the page is fully loaded Do Until Not .Busy DoEvents Loop ' Make the desired selections on the web page and click the submi Button ' IE ie.document.all.Item LEGGE NELLA PAGINA html il tag d 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" '??????????????????????? here the command to press the button "entra" '??????????????????????? ' Loop until the page is fully loaded Do Until Not .Busy DoEvents Loop End With ' Close the internet explorer application ie.Quit End Su -- sal2 ----------------------------------------------------------------------- sal21's Profile: http://www.excelforum.com/member.php...nfo&userid=204 View this thread: http://www.excelforum.com/showthread.php?threadid=38247 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I press "enter" but it doesn't move to next row down. | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
When i press "ENTER", it move rightward, (i want it to go down!) | Excel Discussion (Misc queries) | |||
HELP! Clicking "$" button changes format to ";;" not what it shoul | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |