Nelson78
Well-known Member
- Joined
- Sep 11, 2017
- Messages
- 526
- Office Version
- 2007
Hello everybody.
For one specific site, I've problem in logging in.
When the macro runs, the id is correctly written in its field, the same for the password, but clikking the button the operation fails with the following alert as if nothing had written:
All fields are mandatory
Any idea?
For one specific site, I've problem in logging in.
When the macro runs, the id is correctly written in its field, the same for the password, but clikking the button the operation fails with the following alert as if nothing had written:
All fields are mandatory
Code:
IE.document.getElementsByTagName("INPUT")(0).Value = myId
IE.document.getElementsByTagName("INPUT")(1).Value = mypassword
IE.document.getElementsByTagName("button")(0).Click
Any idea?
Last edited: