I am currently trying to extract an excel file from a website and upload it into an excel worksheet using VBA. The link to where the data can be found is at the following link:
The issue I am facing is that the excel files are located within Zip files. I eventually would like to use VBA to download all of the zip files found at that link and compile all of the excel files they contain into one single worksheet, but for now I just want to download one file.
If you can help me use VBA to download the first zip file included in the link listed above, open the zip file, extract the excel file from the zip file, extract the data from the excel file, and paste that data into another excel worksheet, I would really appreciate it.
Thank you for taking the time to help me with this issue!