Hello
I am working on an existing macro made using a Windows computer where they've set a variable as a new instance of InternetExplorer:
Dim ie As New InternetExplorer
ie then gets used in a range of ways later on. My issue is that I'm running Excel on a Macbook which doesn't have access to internet explorer. Therefore I'm trying to set ie as another browser instance, but I'm struggling to get the desired effect.
Any help would be greatly appreciated!
Steve