ercedwards
Board Regular
- Joined
- Apr 27, 2013
- Messages
- 125
I have the following code that has worked fine for years on my Windows 8 PC but crashes with the title error on my Windows 10 PC.
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
[/FONT]
Has anyone been able to figure out how to solve this issue. I've tried everything I could find on this on the internet with no luck.
I'm slowly losing my mind over this (or maybe I already have)
Thanks
[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]
Code:
Sub Download()
Dim IE As Object
Dim html As Object
Dim objElementTR As Object
Dim objTR As Object
Dim objElementsTD As Object
Dim objTD As Object
Dim result As String
Dim intRow As Long
Dim intCol As Long
Set IE = CreateObject("InternetExplorer.Application") [COLOR=#ff0000][B]<======= IT CRASHES HERE[/B][/COLOR]
Has anyone been able to figure out how to solve this issue. I've tried everything I could find on this on the internet with no luck.
I'm slowly losing my mind over this (or maybe I already have)
Thanks