You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I want to know how to put the download data from a site that I get with the http get in an object like it's possible in windows by doing that: Set objHttp = CreateObject("MSXML2.ServerXMLHTTP").
How to do that on mac? How to put the download data from a site that I get with the http get in an object on Mac?
The text was updated successfully, but these errors were encountered:
I'm a Mac user I'm using Excel for Mac
To do a GET HTTP, you can use the QueryTables.Add method or an HTTPGet function using his execShell function to call curl like that: https://stackoverflow.com/questions/15981960/how-do-i-issue-an-http-get-from-excel-vba-for-mac?noredirect=1&lq=1
But I want to know how to put the download data from a site that I get with the http get in an object like it's possible in windows by doing that:
Set objHttp = CreateObject("MSXML2.ServerXMLHTTP").
How to do that on mac? How to put the download data from a site that I get with the http get in an object on Mac?
The text was updated successfully, but these errors were encountered: