Why access denied?

Tom_H

New Member
Joined
Feb 9, 2017
Messages
24
Yesterday I was working with web scraping ..
(Found this on youtume: https://www.youtube.com/watch?v=dShR33CdlY8&t=670s)

It was working well and i did some progress but suddenly I got a Excel crash and after that I only get "access denied" ?!
I just can't get it to work anymore. Anyt tip what happend and how to fix it ?
I tryint to read files (names) from a SharePoint site (https)
References are loaded. Can a reference brake down??? Error on ".send" row.

Code:
Sub BrowseToWebPage()
Dim xmlpage As New MSXML2.XMLHTTP60
Dim doc As New MSHTML.HTMLDocument
Dim htmltables As MSHTML.IHTMLElementCollection

xmlpage.Open "GET", "https://sharepoint .. bla-bla .. Forms/AllItems.aspx", False
xmlpage.send

End Sub
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
usually read only, for named users, something like that
 
Upvote 0

Forum statistics

Threads
1,213,563
Messages
6,114,329
Members
448,564
Latest member
ED38

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top