dragonfyre77
New Member
- Joined
- Apr 6, 2011
- Messages
- 9
Hello,
I am trying to build a database of basketball player stats by using boxscores. I have built a page the list all the games on a particular day and I'm looking to build a macro that will allow me to pull the boxscore table of all the games played on a date specified. I was thinking I would be able to use an input box to enter the date and then excel would search my list and pull the boxscores into a separate sheet for each game played that day. The boxscores are loaded on to an html page and are static.
Currently the Schedule sheet I have created has the following Header Columns:
DATE, TEXT DATE, VISITOR TEAM, HOME TEAM, URL (PATH)
I have tried to build a macro for this but I can't paste the contents of the URL column into the address box. I'm not sure how to get the path into the address box and then call the next page.
Am I going about this the right way? Do I need more information on my schedule page? Is what I'm trying to possible with only Excel (which is my preference) or do I need a Windows script writer? Any help on this problem would be appreciated.
Thanks,
J
I am trying to build a database of basketball player stats by using boxscores. I have built a page the list all the games on a particular day and I'm looking to build a macro that will allow me to pull the boxscore table of all the games played on a date specified. I was thinking I would be able to use an input box to enter the date and then excel would search my list and pull the boxscores into a separate sheet for each game played that day. The boxscores are loaded on to an html page and are static.
Currently the Schedule sheet I have created has the following Header Columns:
DATE, TEXT DATE, VISITOR TEAM, HOME TEAM, URL (PATH)
I have tried to build a macro for this but I can't paste the contents of the URL column into the address box. I'm not sure how to get the path into the address box and then call the next page.
Am I going about this the right way? Do I need more information on my schedule page? Is what I'm trying to possible with only Excel (which is my preference) or do I need a Windows script writer? Any help on this problem would be appreciated.
Thanks,
J