One way would be to have a WebBrowser control and command button on a userform or sheet. The WebBrowser opens your site, you enter the password in the normal web page and navigate to the required page and then click the command button to download the file. The command button may have to parse the HTML DOM to find the file to download and then call URLDownloadToFile.
Bookmarks