WebQueries and Access to HTML DOM

twogeez

New Member
Joined
Mar 14, 2011
Messages
1
I am just (re)learning VBA having purchased Mr. Excel's book about macros and VBA programming. I am specifically interested in the ability to import web data into a spreadsheet. In experimenting on a very limited basis, I have noted two issues: (1) on some web sites excel is inconsistent in its ability to recognize all tables on the site; one time I go the site it recognizes a particular table, the next time it will not, (2) I am not interested in downloading all information on certain tables excel's browser does recognize, only certain data within the table. Does VBA allow me to parse through the HTML document node tree and extract the specific data (in this case certain data within a table) that I am intereted in? Thank you.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

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