Kalos
I've only just had the opportunity to sit down and spend some time on this and I need some input from you
I'm still a bit sketchy on your workflow, ie you said the source data (ie the excel sheet) came from the website. I've been trolling around the site and I can't see anywhere where I might download such a file - this leads me to the conclusion that the data has been sourced manually and then entered into a spreadsheet (yes?, no?)
Also I don't understand why you're trying to use Excel for this when there might be better tools for the job. The only reason i can think of is that there is some other sort of analysis going on here (though even if there is it doesn't mean Excel is a good tool for this) - can you expand on this a bit please
FWIW, I just ran
HTTrack to create a local copy of the web page. There could be better tools, but this is one I've used before - it took just over 4 hours (
) and I ended up with a copy of all the linked documents, and a copy of the page with all the links pointing to the local files (about 300M in total)
Conversely DownThemAll pulled all the linked PDF files in about 15 minutes, but of course there's none of the associated info, or any means of identifying what each document is. You could probably save a local copy of the page and update the links as appropriate, but the source appears to be pretty inconsistent syntactically (though this approach has promise)
EDIT: added some additional info