Ok, follow me here because this is a little odd.

At work we need to do various Database Pulls from a website where we have a username and password to access. The specificiations of the Database Pulls are determined by various forms we fill out to collect the information we need. Those sets of data are then put into Excel files and we download them through the browser. I then have various programs to manipulate the Excel Files to do what we need.

I wanted to know if it was possible to programmatically do the Database Pulls by accessing the website, fill out the appropriate forms, and then download the files. It is a heavy task that I have my doubts about being possible, but I figure its worth asking.