Scrape website data, insert into an Excel cell, then move on to next
问题 My project is to insert a car reg into the tax and mot website click the buttons, load the page and then take the dates. An issue I had it is to extract data within a strong li element which is the date/ dates for the tax and mot of which I need in two cells. Sub searchbot() 'dimension (declare or set aside memory for) our variables Dim objIE As InternetExplorer 'special object variable representing the IE browser Dim liEle As HTMLLinkElement 'special object variable for an <li> (link)