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