Hi All,
I've hit a bit of a roadblock as there are Text files that reside on a SharePoint drive that I initially was trying to download using the method below
Set req = CreateObject("Msxml2.XMLHttp.6.0")
req.open "GET", url, False
req.send
Problem is there is security that is preventing this...