VBA to return first google result as a hyperlink in excel -
i've been trying use bit
using vba in excel google search in ie , return hyperlink of first result
in order return first google result hyperlink in excel have been running issues. when run macro error at:
set xmlhttp = createobject("msxml2.serverxmlhttp")
edit include error: run-time error '429': activex component can't create object
i know if it's possible return first 3 links in case first 1 ad?
any appreciated!
Comments
Post a Comment