Sharid
Well-known Member
- Joined
- Apr 22, 2007
- Messages
- 1,066
- Office Version
- 2016
- Platform
- Windows
Hi
My code that was working fine a month back, now i keep getting this run time error message when I run the code.
Debug Error Message - "Run Time Error 429" ActiveX component can't create
It happens on this point shown in Red, I have not posted the full code
I have not changed anything, can't work out why it has stopped working
My code that was working fine a month back, now i keep getting this run time error message when I run the code.
Debug Error Message - "Run Time Error 429" ActiveX component can't create
It happens on this point shown in Red, I have not posted the full code
Code:
'Set IE = InternetExplorer
[COLOR=#ff0000]Set ie = CreateObject("InternetExplorer.Application")[/COLOR]
Rows = wsSheet.Cells(wsSheet.Rows.Count, "A").End(xlUp).Row
links = wsSheet.Range("A1:A" & Rows)
I have not changed anything, can't work out why it has stopped working
Last edited: