The Gunslinger
Board Regular
- Joined
- Dec 28, 2003
- Messages
- 76
should be easy, i have similar code running in the same workkbook for exactly the same task, but for different data from different page structures, but i can't get this one to work right, i've basically mullered my code so i have nothing sensible to post as a broken example. i'm constantly getting different object related errors that are quite frankly f***ing annoying as the supposed help on these is useless to diagnose the issue
From this page....
the "IE00B1FR8863" value is the innerText or innerHTML, it shouldn't be so hard, but it's killing me! i've been trying to use getElementById and that's obviously not working !
i'm trying not to loop through all the <tr> elements on the page, to get to that single unique item
can anyone help please ?
From this page....
Code:
https://www.youinvest.co.uk/market-research/LSE:GWMO
/code]
i want to extract the ISIN number, which is in this line of the html
[code]
<td id="Col0Isin">IE00B1FR8863</td>
the "IE00B1FR8863" value is the innerText or innerHTML, it shouldn't be so hard, but it's killing me! i've been trying to use getElementById and that's obviously not working !
i'm trying not to loop through all the <tr> elements on the page, to get to that single unique item
can anyone help please ?
Last edited: