Enterprise Windows10-64bit desktop Excel 64-bit 2019 VBA uses only Internet Explorer for
Dim objie As New internetexplorer, HexColor$, celValue$
...
objie.Document.Write HTML$
It is getting flaky finding a combination of Windows10 and IE11 that actually works (renders the browser). I understand Selenium may provide access from VBA to other modern browsers.
- Which Win10 and IE11 combinations work?
- Which version of Selenium or other open-source have been security-checked?
Thank you.