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

capcha dynamic in vba

any idea please,

How to automatically enter the verification code into the text box, because every time the codes get changed.

thanks!..
 
thanks @NARAYANK991,

I think Captcha's were invented to ensure that humans, not machines (i.e., code), were processing web pages.

I have tried to download the Captcha image, but, limited success. It downloads something, but, not in a recognisable image format.

Either I am missing something, or the webpage is blocking the Captcha download.

Set two references, Tools=>References
Microsoft HTML Object Library (for the image variable)
Microsoft WinHttpServices version 5.1 (for the download function)

then it is impossible to do this with vba
 
Back
Top