VBA to surf and login certain website

G

geniusideas

Hi, I wanted to login certain website from Excel, Anyone here know how do with VBA. Thanks
 
O

oitbso

Hi, I wanted to login certain website from Excel, Anyone here know how do with VBA. Thanks

Yes, this can be done with expressions like

ie.Document.getElementById("password").value="your password"

You need to look at the source code behind the web page and find the id's used for whatever fields you want to fill in (e.g. password, user id, form submit, etc.). If you provide the web site, I can probably provide a more specific reply...ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top