need your help. I need to get all a tags from a company website. But whenever I use this VBA code Set ie = New InternetExplorer
, i'll encounter this error below. (but no issues in connecting with google.com, facebook.com)
"Run-time error'-2147417848 (80010108)': Automation error The object invoked has disconnected from its client"
And if i change my ie code to Set ie = New InternetExplorerMedium
, i can proceed opening the site but warning pop up will show.
This pop up is causing the vba to stop since user needs to click "yes or no" I've created a vbscript but it will stop the process if the pop up window is not the active window.
"To allow this website to provide information personalized for you, will you allow it to put a small file (called a cookie) on your computer?"
Need your help here. Thanks a lot.