Hi,
How Can I get the data from google result, it's like in this example, but not only first result also alt least 10 or 20 first results.
Sub XMLHTTP()
Dim url As String, lastRow As Long
Dim XMLHTTP As Object, html As Object, objResultDiv As Object, objH3 As Object, link As Object...