I am trying to import a large number of URL addresses where a .csv file exists. These URL addresses are stored in a worksheet, one per row, along with the name of the worksheet I want to import the data to.
I know how to create a hyperlink for each row but would like a VBA/Macro solution that automates; creating a new workbook from file name in the row, downloading the .csv into that new workbook and then repeat until the rows are all complete.
Here are some examples of the URL and work sheet names.
Thanks in advance
[TABLE="width: 654"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]URL[/TD]
[TD]Work Sheet Name[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226283/manifest-1999AM14716.csv[/TD]
[TD]manifest-1999AM14716[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226284/manifest-1999AM14718.csv[/TD]
[TD]manifest-1999AM14718[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226285/manifest-1999AM14720.csv[/TD]
[TD]manifest-1999AM14720[/TD]
[/TR]
</tbody>[/TABLE]
I know how to create a hyperlink for each row but would like a VBA/Macro solution that automates; creating a new workbook from file name in the row, downloading the .csv into that new workbook and then repeat until the rows are all complete.
Here are some examples of the URL and work sheet names.
Thanks in advance
[TABLE="width: 654"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]URL[/TD]
[TD]Work Sheet Name[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226283/manifest-1999AM14716.csv[/TD]
[TD]manifest-1999AM14716[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226284/manifest-1999AM14718.csv[/TD]
[TD]manifest-1999AM14718[/TD]
[/TR]
[TR]
[TD]http://bidonfusion.com/downloads/lot/226285/manifest-1999AM14720.csv[/TD]
[TD]manifest-1999AM14720[/TD]
[/TR]
</tbody>[/TABLE]