• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Get Cells Value From Web Page

luca90

New Member
based the web page code how to het all cells value in bold?
actually i use IE OBJECT, but orger way as API code is welcome.
tks

the lunk page:

<tr>
<td style="width:7%; text-align:center;" class="nero22">15/12/2023</td>
<td style="width:7%; text-align:center;" class="nero22">173</td>
<td style="width:7%; text-align:center;" class="nero22">52</td>
<td style="width:7%; text-align:center;" class="nero22">63</td>
<td style="width:7%; text-align:center;" class="verde22">67</td>
<td style="width:7%; text-align:center;" class="nero22">71</td>
<td style="width:7%; text-align:center;" class="verde22">83</td>
<td style="width:7%; text-align:center;" class="verde22">89</td>
<td style="width:7%; text-align:center;" class="azzurro22">23</td>
<td style="width:7%; text-align:center;" class="arancione22">46</td>
<td style="width:30%; text-align:center;" class="nero22">3 punti</td>
</tr>
<tr>
<td style="width:100%; text-align:center;" colspan="11"><hr class="hrhr"></td>
</tr>
 
Back
Top