PDA

View Full Version : Scrape data from HTML/Javascript dynamic tables using VBA



Ems
07-02-2015, 06:58 AM
hi,

I'm trying to get data into excel from a table in an HTML page. I've managed to download the data that is visible already, however the table itself has "+" signs on which I need to click to get the full details of the data underlying the first table. This is the data im looking to download.
The "+" buttons don't have IDs, only a class "button-column". Each row on which the "+" sits has a different ID.

Has anyone done anything similar before? How do I click on each of the buttons without them having IDs?

thx
Ems