Dear all,
I am using a readily available piece of code that is supposed to use Google in order to search for a list of entries, returning the first result from each search.
Here is the code itself:
Sub XMLHTTP()
Dim url As String, lastRow As Long
Dim XMLHTTP As Object, html As...