I found this code (which I might find useful) to open Internet Explorer and fill in Username and password on the specified website.
It works until ie.Document.getElementById("uid").Value = "testID"
. ("Object required" error)
I'm at a loss as to the correct nomenclature to try it out.
Also, can...