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

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
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,217,364
Messages
6,136,117
Members
449,993
Latest member
Sphere2215

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