Hi,
I am playing with IE automation but keep receiving error 91 on the following block:
The error occurs on this line:![]()
Set UserN = appIE.Document.getElementsByName("username") If Not UserN Is Nothing Then UserN(0).Value = "login name" End If
I am pretty sure the solution is simple, I just lack the knowledge to see where it is.![]()
UserN(0).Value = "login name"
Many Thanks
Bod
Bookmarks