Multiple URL's to Get External Data

rhysm144

New Member
Joined
Oct 13, 2016
Messages
10
I Have column A filled with ~300 URL's (each in a new row).

I want to turn each of these URL's into a get external data query each in a new worksheet so they refresh consistently.

The only way I know how to do this is to save each url as a .iqy and to manually run a get external data on a new worksheet for each.

I was wondering if there was any way (likely vba) to automate this process?

Thank you!
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Hi,

I would advise to record the VBA code while performing the steps manually.
After that, we will make a loop from 1 to 300 to automate the whole thing.
 
Upvote 0
Problem is I am unsure how to turn up raw url in A1 into a get external data query with saving it as an .iqy first?
 
Upvote 0
No, just choose: Data > From Web
and enter the URL by hand.

After that we can make it dynamic such that typing manually is not needed anymore.
 
Upvote 0
Oh like that.
Then I think it's best that someone with Mac Excel experience deals with this one. I never used Excel on the Mac so I wouldn't know what would be the (sometimes subtle) differences/annoyances.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,255
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top