Details for that_guy
that_guy has participated in the following threads:Added by that_guy on 07 Jun 2017 at 20:51
Using Excel 2007, and it doesn't recognise 'PtrSafe' . I downloaded the workbook and the "Private Declare PtrSafe Function" shows as all red. However if i remove the 'PtrSafe' , it's ok?
Added by that_guy on 19 Jun 2017 at 08:57
I'm trying to scrape data from the Racing Post website, but of of their class name are ridiculously long. For instance "ui-table__body
js-sortableTable__body
js-formFilterBody"
taken from https://www.racingpost.com/profile/horse/836785/danish-duke#race-id=676975.
I can't get my scraper to recognise these names.
Can you help?
Added by that_guy on 30 Jun 2017 at 19:54
Hi
Taken from this web page:http://www.skysports.com/racing/racecards/beverley/27-06-2017/781785/watch-live-racing-and-bet-with-racing-uk-handicap
I have the following :
<p class="print-hide">
<span class="v5-txt-high">Dutch Artist (IRE) </span>
5-1 (9-7) Held up and always towards rear, never on terms, last of 11, 22 1/4l behind Dark Crystal (8-12) at Ayr 7f hcp (5) sft in Jun.
</p>
and can get either the name ("Dutch Artist") or the name & text in one cell , but cannot cannot split the two, ie, name in column A & text in column B
Can you help?