View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
liquidhot[_3_] liquidhot[_3_] is offline
external usenet poster
 
Posts: 1
Default press button "entra" in web page


Try this:
ie.Document.Forms(0).submit()


The number 0 is the first form on the page if there are multiple form
you may need to adjust as needed

--
liquidho
-----------------------------------------------------------------------
liquidhot's Profile: http://www.excelforum.com/member.php...fo&userid=2467
View this thread: http://www.excelforum.com/showthread.php?threadid=38247