Need help opening URL and retrieving data to worksheet

jerman2001ca

New Member
Joined
Feb 4, 2014
Messages
2
Complete newbie to any kind of VBA/excel macro stuff, but really hoping someone here can give me a hand with an ugly (for me; probably easy for a VBA wizard) project.

I have a worksheet that contains a few hundred URLs in the first column, each linking to a different person profile in a database (profile look something similar to this Matt Carpenter Statistics and History - Baseball-Reference.com, containing particulars like first name, last name, DOB etc.). What I need to do is open each URL, retrieve the data contained in three fields (ex. "Bats", "Throws", and "position" from the above example), and put it into the next three columns next to its particular URL in my workbook.

Can anyone give me any help? I've been doing this the old-fashioned way for a few hours and getting pretty fed up.
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
I should add that the URLS are all the same up until a unique sequence of 4-5 characters at the end of the URL.
 
Upvote 0

Forum statistics

Threads
1,214,967
Messages
6,122,503
Members
449,090
Latest member
RandomExceller01

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