I want to automate the download of files from a website using VB.
The files are behind a securety screen and require the user to enter a password to enter. My thinking is that I could have a inputbox pop ask the user for the password and then VB would fill in the field that requires the password when required.

Any suggestions?