I have a VBA macro for fetching data from a web page that has been working fine for the past few months. This morning it stopped working. The problem is that when I click a button to submit a form nothing happens. I tried to manually click the button without automation and still nothing happens.
I looked it up and found this old thread which describes the problem: IE11-Only Submit Bug.
So it appears that this is known issue with IE but that does not help me much. Any suggestion on what can I do to have my macro running again? Every tutorial I tried to read uses IE for automation so I am stuck here.