Hi,
Any web query used through VBA automatically use IE. IS there a way to make Excel VBA use Firefox as browser?. Some of the URLs that i want to use works better in Firefox than the IE.
Any help in this regard is highly appreciated.
Other way is to use QueryTable inner VBA object or
to not pilot any webbrowser (Firefox & Chrome : see Selenium-VBA !)
by using a request like use webbrowsers …
Use webbrowser inner inspector tool (F12) to see request parameters …
Some examples in this forum's threads …