Forum Discussion
Silent_Warrior5
Jun 10, 2020Copper Contributor
Excel VBA Load Data from HTML Website without CreateObject("InternetExplorer.Application")
Hi all, i will load data from a html website. the problem is i can not use "CreateObject("InternetExplorer.Application")" because the site don't load in the internet explorer. In Firefox the side...
Kageyaiba
Jun 27, 2020Copper Contributor
Silent_Warrior5I have pretty much the same problem. It's incredibly frustrating to learn some code as a non-programmer in order to get dynamic data, just to find out that Excel is only compatible with the extremely outdated Internet Explorer. Help from the community would be greatly appreciated
dantt_Bloggs
Jul 05, 2022Copper Contributor
You can use selenium technology for Web Capture, which supports chrome browsers and edge browsers.Kageyaiba