PDA

View Full Version : VBA web query java Timer with limited time



bluefish
04-03-2013, 12:39 AM
My web query works fine, but not all data is scraped.
On this particular web page is a countdown timer.
So if for example an event is due at 12.05.00 pm
and the time is 12.04.00 pm, the web page shows "1m"
This means 1 minute for the event to start.
The timer will go into seconds, up until the 12.05.00 pm start.
After 12.05.00 pm, the next refresh, whatever is in that Timer section will Import,
but not the information before 12.05

The web page address is: www DOT tatts DOT com/racing

To view the example, it has to be a race event that has not yet started.

I require the digits of the timer so to set off another series of macros at a specified time before the event starts.
For example if 1M, then Macro1
I need the #M

Otherwise my web query import macro works fine.

Thanks