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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,223,227
Messages
6,170,849
Members
452,361
Latest member
d3ad3y3

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