Scraping Web Data via VBA - how do I grab all the values in a dropdown box?

willhslade

New member
Joined
Jul 8, 2016
Messages
1
Reaction score
0
Points
0
Hi,
I wrote some code that scrapes a web page. I'm comfortable using the InternetExplorer object, getelementbyID, and innerText. But I'm a little stumped because I'm not that familiar with the DOM object model.
It's an ASP website, and there is a dropdown box where I need to capture all of the values. Has anyone done this?
I'm going to read the MSDN documentation, but any tips or tricks or code would be appreciated.
Thanks, S
 
Back
Top