• 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.

VBA to auto fill username and password on website

Bipin619

Member
Dear Experts,

I'm looking for a VBA which can automatically fill username and password on any particular website. Can anyone please give me such VBA or link if any to of such VBA?
 
Hi !

As reaching any element depends on the webpage code itself,
there is no generic code but only a code specific to a webpage only.
So what works for a particular webpage may fail on many others …

Nothing exists to achieve your need in general VBA
and see the samples on every VBA forum …
 
Back
Top