My code is not yet written, only a part of it.
What I want to do is this :
Go to the RacingPost site and retrieve into an Excel sheet for further parsing some specific data(tables) about each race of the day.
the code is grossly as follows:
For i = 0 To n
PremCell = (i * 8) + 1
CardNb = 463358 + i '
Range("A" & PremCell).Select
With ActiveSheet.QueryTables.Add(Connection:= _
"URL;
I want to retrieve this URL, because it gives me directly the identification of the 1st race, that I will increment (in the CardNb variable)till the last one, which lets me extract the 3 quoted tables for all the races of the day.
navigate thru the QueryTable connection" ?
It supposes an (already done)connection, right?
but precisely, to have this connection, I need an URL and it is located in the address bar of the IE/Firefox browser window.
How to retrieve it first?
Otherwise would you mind specifying what you mean with a few lines of code?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.