I periodically download (large) zip files from a website, and I would like to automate the process in VBA. The website url is of the form and then I click on a link that displays a File Download window with Open, Save and Cancel buttons. I click on Save and save it to my C: drive. (When I hover over the link, it says the file name is of the form
I have added references for "Microsoft Internet Controls" and "Microsoft HTML Object Library", which let me create InternetExplorer and HTMLDocument objects. But I've never used these objects before and I don't know how to put the pieces together.
I'm using Access 2003.
Any help would be appreciated. Thanks
I have added references for "Microsoft Internet Controls" and "Microsoft HTML Object Library", which let me create InternetExplorer and HTMLDocument objects. But I've never used these objects before and I don't know how to put the pieces together.
I'm using Access 2003.
Any help would be appreciated. Thanks