Baseball Scores

StephenGKorea

New Member
Joined
Feb 27, 2005
Messages
28
I am trying to import baseball webpages via VBA

http://sports.yahoo.com/mlb/scoreboard?d=2012-03-16

The problem I am getting is that all the code from the site is too big for the variable and does not even get to the point where the scores are imported.

Ultimatley I want to build a spreadsheet that will import the current day's schedule with scheduled pitcher, yesterdays scores with stats and standings

Any and all help is greatly appreciated.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
if someone knows of a better website that I can use (i.e. a site that is not bogged down with a ton of code) please let me know.

Thanks.
 
Upvote 0
Thanks for the reply. It is not exactly what I am looking for. I am actually talking about pulling the statistical informaiton from a website into excel.

I am getting close. What I am having to do is installing a web server on my local machine and having to pull the information that way and doing the data malipulation through ASP. (It is working better this way since ASP does not have the 32K limit on variable sizes.
 
Upvote 0

Forum statistics

Threads
1,216,291
Messages
6,129,911
Members
449,540
Latest member
real_will_smith

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