Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open IE from Excel and login to web site ???

Status
Not open for further replies.

scottmh

Technical User
Aug 26, 2003
15
0
0
US
Hey folks,
I'm trying to code a macro for a friend that will open IE, navigate to a URL, then log him in to his account. I was able to find some code that open's the URL and puts the user info into the webpage fields, but I can't get it to click the "Login" button.

Does any have example of code that could do this?

Thanks in advance,
Scott
 
My VBA isn't up to much but perhsps try

Application.SendKeys("ENTER")

???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top