Relative Content

Tag Archive for vbams-accessweb-scraping

How to force scrolling down in a browser page using Microsoft.XMLHTTP?

With this code I can go to this webpage and capture the first 10 events. The problem is that there are 30+ events and I need to capture them all. When you are scrolling manually with the mouse something triggers the retrieval of the next 10 events. How do I do this programmatically in VBA until I get to the bottom?

How to force scrolling down in a browser page with VB?

With this code I can go to this webpage and capture the first 10 events. The problem is that there are 30+ events and I need to capture them all. When you are scrolling manually with the mouse something triggers the retrieval of the next 10 events. How do I do this programmatically in VBA until I get to the bottom?