标签: vba onedrive
在Excel VBA中,在下面的第二行代码中,我收到对OneDrive的HTTP请求的“拒绝访问”错误。登录名和密码正确。有什么想法吗?
Set WinHttpReq = CreateObject("Microsoft.XMLHTTP") WinHttpReq.Open "GET", myURL, False, myLogin, myPassword