I am trying to use an excel VB macro to download excel files from a password protected site. I use the InternetExplorer object to open a browser window, log in and go to the correct page, and then check the links I want on the page. Using Workbooks.Open (URLstring) does not work because Excel is not registering. Instead of the actual file, the html page opens, requesting login.
My advantage would be to use the VB macro to automate the right-click on the Save Target As event in Internet Explorer with the correct link, but I donโt know exactly how to do this.
Tim gilbert
source share