chrissnead
New Member
- Joined
- Apr 10, 2018
- Messages
- 16
I am trying to make an excel macro log in to a website and get stuck at trying to tell the macro to click Sign In. The website URL is https://fed.transplace.com/adfs/ls/IdpInitiatedSignon.aspx?loginToRp=https://tms.transplace.com/
Could someone tell me the HTML element that I will need to use to click the button?
I have tried everything from using IE.Document.getElementsById("submitButton").Click to using a ClassName element and nothing seems to work.
Could someone tell me the HTML element that I will need to use to click the button?
I have tried everything from using IE.Document.getElementsById("submitButton").Click to using a ClassName element and nothing seems to work.