msxml3.dll Access Denied

前端 未结 4 1536
失恋的感觉
失恋的感觉 2020-12-05 11:54

I have the following code:

Function filejson(json) 
  Dim objStream, strData 
  Set objStream = CreateObject(\"ADODB.S         


        
4条回答
  •  粉色の甜心
    2020-12-05 12:29

    Try with a more recent version:

    Set http = CreateObject("Msxml2.XMLHttp.6.0")
    

    It could also be an issue with your Internet security settings (see here). Open the Internet Options applet in the Control Panel, select the zone for the website (probably "Trusted sites") in the Security tab and click Custom level….

    Internet Options Security tab

    In the section Miscellaneous set Access data sources across domains to Enabled.

    Security Settings - Miscellaneous

提交回复
热议问题