I need help starting an IE webpage, navigate to a specific page, pasteing a user name and pawwsord specified in the script, then hit submit. The code I have thus far is:
username = "username"
password = "password"
Set objIE = CreateObject("InternetExplorer.Application")
objIE.Navigate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.