Forum Discussion
anupambit1797
Dec 02, 2024Iron Contributor
Downloading multiple files from excel hyperlinks
Dear experts, Could you please share any Excel formula or PQ solution to download multiple files from excel hyperlinks. Each cell have one hyperlink and there are total > 100 h...
Patrick2788
Dec 02, 2024Silver Contributor
What kind of files would be downloaded?
anupambit1797
Dec 02, 2024Iron Contributor
All are *.xlsx files or some excel files only, I know that there must be an option in Power Query
Br,
Anupam
- Patrick2788Dec 03, 2024Silver Contributor
Maybe with Python. I have some stock code that just needs the list of URLs. I'd have to test it before making a recommendation.
The concern with running vba to download files is the anti-virus. From past experience, I know some anti-virus software will stop Excel cold if it attemps to run code to batch download.
- SergeiBaklanDec 02, 2024Diamond Contributor
Power Query doesn't download files. It could take content from other files, transform it, combine. But result will be loaded into the same file from which you run the query.