Hi,
i use the below coding to enter username and password into a form and it doen't submit.
any ideas why it doesnt work, the form just resets to the username again
Hope this is of use, Rob.
i use the below coding to enter username and password into a form and it doen't submit.
Code:
With .Document.forms("oFormMain")
.UserName.Value = "username"
.Password.Value = "password"
.submit
End With
any ideas why it doesnt work, the form just resets to the username again
Hope this is of use, Rob.