I have a list with two columns - column A is plain text, Column B is hyperlinks which link to pdf docs on the web.
Is there a way to write some VB code that will work it's way down column B, and save the target pdf using the text in column A as the file name?
For example if column A contains "Product A data" and column B contains a link to www.mydocserver.co.uk/1000.pdf, save the 1000.pdf file as "Product A data.pdf".
↧