I'm using IE version 9 and trying to click "submit" button using VBA. I've tried many ways but getting no luck.
Can anyone please help? below is the element code of button. Please note that "on click" doesn't have space in real codes.
Button code :
<input type = submit value = " Submit " on click= "return submitDWAC(this.form)">
I've already tried below, but they are not working.
.Document.getelementbytagname("Submit").Click
.Document.all("Submit").click
Sendkey {ENTER}, TRUE
Please assist.....