Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download text from URL where destination is an object on MAC using vba #461

Open
Makimaaa opened this issue Aug 4, 2021 · 2 comments
Open

Comments

@Makimaaa
Copy link

Makimaaa commented Aug 4, 2021

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?

@zgrose
Copy link

zgrose commented Aug 4, 2021

@Makimaaa
Copy link
Author

Makimaaa commented Aug 4, 2021

@zgrose thank you, i will try this and see if it works!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants