Trying my hand at web-scraping again. I want to grab a specific text from a website, and to do so the first part of my code dumps the website's response into a cell of the worksheet.
Here is the code:
Sub Test()
Dim URL As String
Dim HTTPObject, HTMLObject As Object
URL =...