@Qharr How would one modify your wonderful script from XMLHTTP to ServerXMLHTTP for enabling proxy?
REF: Google search via VBA no results if use a phone number
Have reviewed this as without finding a solution: Differences between XMLHTTP and ServerXMLHTTP
With CreateObject("MSXML2.XMLHTTP")
.Open "GET", urlx, False
'.setProxy 2, "proxy.net:8080"
'.setProxyCredentials "proxy_login", "proxy_password"
.send
html.body.innerHTML = StrConv(.responseBody, vbUnicode)
End With