I have an application written in Excel / VBA.
It interacts with SurveyMonkey which requires authorisation using a SurveyMonkey authorisation page which now includes reCaptcha 2
I display this page in a Microsoft Web Browser control on a userform within my application.
This control is from c:\Windows\system32\ieframe.dll which in my case is version 11.0.9600.18231 dated Feb 2016 - so presumably compatible with IE 11.
It renders with the pictures inline with checkboxes rather than as a popup.
I can check the checkboxes but clicking Verify always moves me on to another challenge, ending up with one which requires me to copy text and paste it into a box.
I cannot select the box (though I can tab into it and paste).
But then the Authorize button does nothing.
I have checked my IE11 settings and JavaScript is enabled.
I have found a separate setting to enable scripting in the web browser control, but turning that on made no difference.
This was working fine before SurveyMonkey updated their page to use reCaptcha.
Is there any way to get reCAPTCHA working within this browser control?
Bill Manville