I passed last 10hours looking for an answer at my question in this and other sites. But nothing. I got this HTML code extract from the web site paytoshi.org:
<table class="table keyvalue-table">
<tbody>
<tr>
<td class="kv-key"><i class="fa fa-bitcoin kv-icon kv-icon-primary"></i> Current*</td>
<td class="kv-value">0.00001578</td>
</tr>
<tr>
<td class="kv-key"><i class="fa fa-bitcoin kv-icon kv-icon-primary"></i> Total Paid</td>
<td class="kv-value">0.00000000</td>
</tr>
<tr>
<td class="kv-key"><i class="fa fa-bitcoin kv-icon kv-icon-secondary"></i> Revenue last 24h</td>
<td class="kv-value">0.00000000</td>
</tr>
<tr>
<td class="kv-key"><i class="fa fa-bitcoin kv-icon kv-icon-secondary"></i> Revenue last week</td>
<td class="kv-value">0.00000000</td>
</tr>
<tr>
<td class="kv-key"><i class="fa fa-exchange kv-icon kv-icon-success"></i> Total Payouts</td>
<td class="kv-value">27</td>
</tr>
</tbody>
</table>
The web page where everyone can check this code is: http://ift.tt/1G6hMJh (the XXXX must be changed with a valid Bitcoin address.
I need to retrieve ONLY the Current* balance (in the code posted above i need ONLY this data: 0.00001578 and i wanna put it in the Worksheets("Balance").Range("A1").
Aucun commentaire:
Enregistrer un commentaire