I'm trying to do a GET in VBA in Excel, and found several examples, below what I'm using:
Sub http()
Dim MyRequest As Object
Set MyRequest = CreateObject("WinHttp.WinHttpRequest.5.1")
MyRequest.Open "GET", "http://www.google.com",...
asked by
27.05.2016 / 22:30