this is the website in question.
I want to download every year's excel files from 2009.
I don't want to manually click all of them, any help? Not a lot of experience with coding so keep it simple please. I know python is an option but I don't have any experience with python, VBA could work but I am not having any luck there.
For now all I want to do is download them all, but if there is also a way to consolidate the files that would be very helpful too. In full honesty I can't code at all, but it seems that is the only way to do this task and might take to long to learn a whole coding language and need these files downloaded as soon as possible.
If this is too complicated, please advise if I should bite the bullet and manually do it.
Thanks.
Assuming that you already have an environment in which you can run the code (if not, please install anaconda and use jupyter notebook), this code does the trick:
First time you have to install the libraries (run this only once):
Then you can run the code:
And then you loop on the years and call the function like so:
Since I am assuming that you're just using the code for this purpose, I'll avoid to explain every passage. If you need something more please ask.