• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Web VBA issue

Just thought if we can use Sendkeys, where it is getting stuck.
I opened the page manually and tried to press enter on I Agree page and that worked.
What can be the code for sendkeys, read it somewhere that we have to use application.sendkeys({ENTER}).
 
Something like IE.Document.all.btnAgree.onclick

Or try IE.Document.getElementsByID("btnAgree").onclick

Onclick...
After that should I end the line, or I need to add something else.
I mean after onclick do I need to add any method
 
Back
Top