by jokerjoe » Sat Sep 04, 2010 4:46 pm
A web query seems the most obvious candidate, I'm not sure what you'd do about the javascript race selection though.
Otherwise you could load the webpage into an instance of Internet Explorer (via VBA), I think it should be easy to automate changing the selection on the drop down list. Then either save the page and use a web query, or parse it using regex or similar.
Just some thoughts, hope it helps.