roystrobel
New Member
- Joined
- Jan 25, 2018
- Messages
- 2
Hi!
My task is:
I have an Excel sheet with a hundred hyperlinks pointing to files on a webserver that need to be retrieved with parameters (e.g. http://mytestserver:8080/Pictures/Image.aspx?id=f924d786-c9ec-4fc5-af53-dd3964f826ca&format=jpg)
Running the above mentioned link opens the file in IE and displays the image with its unique filename stored in a SQL database, but I want to bulk-save the images to a network share.
Whoever runs the macro shall be asked to pick the destination of the files or abort.
Any ideas how to solve this?
My task is:
I have an Excel sheet with a hundred hyperlinks pointing to files on a webserver that need to be retrieved with parameters (e.g. http://mytestserver:8080/Pictures/Image.aspx?id=f924d786-c9ec-4fc5-af53-dd3964f826ca&format=jpg)
Running the above mentioned link opens the file in IE and displays the image with its unique filename stored in a SQL database, but I want to bulk-save the images to a network share.
Whoever runs the macro shall be asked to pick the destination of the files or abort.
Any ideas how to solve this?