display data from a website in excel that requires a username/password

  • Thread starter Thread starter John Williams
  • Start date Start date
J

John Williams

Hi,

I need help, i need to open a website that requires a username and
password. I know how to open up a site in excel that does not require
this, I am hoping theres some VBA syntax that allow you to put in the
username/password into the program which will automatically log you
onto the site

thanks
 
i need to open a website that requires a username and
password.

This can often be solved as a separate web query to perform the logon.
The logon usually has a form that is submitted through post or get.
Send that web query, then send the data request.
 

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

Back
Top