Posts by AML • 1 point
1 post
-
-2
votes2
answers1097
viewsA: Excel vba - Httprequest GET
The same mistake was made here, too. But when I put the URL with https instead of http, the code worked well! MyRequest.Open "GET", "https://www.google.com", False…