macro web

  • Thread starter Thread starter Ranjit kurian
  • Start date Start date
R

Ranjit kurian

Hi

I would like to create a excel macro, which should open the web link (http),
and it should type the username and password and select each options.

Could someone guide me on it, or if you have any related documents/website
to refer will be very needful.
 
Hi Tim

thanks for the link, can u pls tell me where should i give my username and
password to open the web and iam not able to see that the web is opened when
i run the macro.

Set UserN = appIE.Document.getElementsByName("username")
 
You'll have to adjust the code to fit the page you're accessing.
Without the HTML source for the login fields I can't make any suggestions.

Tim
 

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