I need to be able to go to a website and have VBA automatically enter the Login, Password and client code (all of which I have) and move to the next page.
The following code navigates there correctly but I have been unable to fill in the fields either directly or with send keys.
Set ieApp = CreateObject("InternetExpl
orer.Appli
cation")
ieApp.Visible = True
ieApp.Navigate "
https://ecf.ganb.uscourts.gov/cgi-bin/show_case_doc?28,349918,,19383973,"
Any ideas would be greatly appreciated.
Start Free Trial