Hi,
I am trying to download a zip file from web. I am using excel 2007. I am using the below code.
But once the .send is executed, I am getting error that "The download of specified resource has failed"![]()
With CreateObject("MSXML2.XMLHTTP") .Open "GET", url, False .send ... End with
Please help me.
Bookmarks