I\'m having some trouble with entering a text in a search box when after I what I think to be the correcet ID tag is. I got the ID from the page\'s source code. I\'ve done this
You can try
Do Until IEexp.readyState = 4
DoEvents
Loop
IEexp.Document.getElementById("username").Value = "Monthly update"
IEexp.Document.getElementById("password").Value = FilePth
If you use Set IEexp = New InternetExplorerMedium
you don't have to change the settings in your Internet Options. It automatically instantiates the IE object with Medium Integrity Application settings.