Details for tony95
tony95 has participated in the following threads:Added by tony95 on 11 Apr 2017 at 14:46
Hi Andrew
I have been watching your videos for some time and must say thanks for the very
informative content. I am trying to adapt the code from part 47 but I only want to loop
over 1 table. I have tried adding (0) to the end of line "Set HTMLTables = HTMLPage.getElementsByTagName("table")
but it produces an error. Any ideas please?
Best regards
Tony95
Added by tony95 on 12 Apr 2017 at 12:58
Hi Andrew,
Many thanks for your reply, I have implemented the changes
and the routine works perfectly.
Best regards
Tony95
Added by tony95 on 18 Jan 2018 at 17:48
Hi Andrew
I have had great success scraping websites after studying your excellent videos but i have come across a line where I cannot get the element either by TagName or ClassName. I want to get "50" from the following:
<td class="ui-table__cell">50</td>
Any ideas?
Best regards
Tony95