Web page Log in Page

V

Vikram Dhemare

On regular basis, i'm importing the web page data in excel by using macro. If
i do not refresh the import button for certain time, the page is redirected
to login page.
I want to send the keys like user ID & pwd to login page & go ahead to the
desired page from where I am getting the data.
Is there any way to log in & go ahead on button click.
 
J

joel

You will find the loginin object will equal nothing if your are alread
login. I assume you are lookin for a form (or equivalent)

'get login object
set obj = ie.document .............
if not obj is nothing 'found the login object so login

'add your code here to login in, otherwise skip this code

end i
 

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