problem with data gathering from online website

emadgh

New Member
Joined
Jul 23, 2019
Messages
2
i want get data from web site with following code:

<div class="box6 h80"><table><tbody><tr><td>range day</td><td id="d06" class="">11,670</td><td id="d07" class="">11,300</td></tr><tr><td>price</td><td id="PRange1">12,191</td><td id="PRange2">11,031</td></tr><tr><td>week range</td><td>11,739</td><td>11,060</td></tr><tr><td>year range</td><td>11,948</td><td>3,999</td></tr></tbody></table></div>


<div class="box6 h80"><table><tbody><tr><td>sharing</td><td><div class="ltr inline" title="20,000,000,000">20 B</div></td></tr><tr><td>base volume</td><td><div class="ltr inline" title="894,454">894,454</div></td></tr><tr><td>floating</td><td>17%</td></tr><tr><td>vol ave month</td><td><div class="ltr inline" title="9,059,158">9.059 M</div></td></tr></tbody></table></div>


i want to export sharing,base volume,floating,vol ave month data to excel.
i used this code getElementsByClassName,
but i couldn't send to excel.
please help me
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,215,143
Messages
6,123,274
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top