VBA EXCEL GOOGLE LOOKUP
问题 I found some VBA excel code that allowed the range of key words to be looked up on google and returned the first link. I want to add an input box in the beginning to say get the top 5 links. I have 2000 key words that i need to search on google and return the top few links. Can someone please help me expand this code in order to do that???? Thank you so much! Here is the code provided by another stackoverflow user: Sub XMLHTTP() Dim url As String, lastRow As Long Dim XMLHTTP As Object, html