Hi Guys
Is there a way to save all files (csv's from URL's) in a column list
(all titled the same at source),
to be saved (in a defined folder) by the name within the corresponding cell

ie
A1 = url1
B1 = Saving Filename1
A2 = url2
B2 = Saving Filename2
etc


Ideally a loop approach so that the list can be extended or shortened,
and all preserved as csv's (without the extension being part of the name in column B)
No need to specifically address the csv aspect if (whatever file it may be) could be saved in a consistent manner to what the url is

Many thanks as always