VBA for HTML Table Data Parsing

VB2Learn

New Member
Joined
Dec 18, 2015
Messages
2
Dear members - I'm need of your assistance in writing a vba macro to extract the below information from the referenced site. Your assistance will be much appreciated. My knowledge to Vb is very limited.

I need to pull the following information from the website to excel sheet. The URL is options education dot org.

[TABLE="width: 100%"]
<tbody>[TR="class: s1, bgcolor: #cccccc"]
[TD]Price[/TD]
[TD]Change (%)[/TD]
[TD]52 wk High[/TD]
[TD]52 wk Low[/TD]
[TD]Stock Volume
question_btn.gif
[/TD]
[TD]Avg. options volume
question_btn.gif
[/TD]
[TD]Avg. options open interest
question_btn.gif
[/TD]
[/TR]
</tbody>[/TABLE]
 

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
not sure of which page you are looking at but have you tried

fresh worksheet

Data Tab > From Web,import the web location, tick the boxes that have a table option for what you want, and import

from properties you can say how often you want it to refresh
 
Upvote 0
Thank you for your response. I'm looking for optionseducation dot org. I'm trying to retrieve the above referenced table. seeking to automate this with macro instead webquery. Any suggestion how can fetch this information from the web page.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,334
Members
452,636
Latest member
laura12345

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