Soldato
- Joined
- 6 Jun 2011
- Posts
- 2,741
Hi all,
At work there is an internal web page that constructs tables based on data that a VB script is pulling. I'm looking at ways of automatically accessing this webpage, selecting the necessary filters in a couple of drop downs and then submitting this to create a table of data.
What would be ideal is if I could then store this information somewhere (preferably excel) and then schedule this to run daily. Are there any relatively simple ways of approaching this?
Thanks
At work there is an internal web page that constructs tables based on data that a VB script is pulling. I'm looking at ways of automatically accessing this webpage, selecting the necessary filters in a couple of drop downs and then submitting this to create a table of data.
What would be ideal is if I could then store this information somewhere (preferably excel) and then schedule this to run daily. Are there any relatively simple ways of approaching this?
Thanks

You can do it and I have a feeling based on it being done with VB and your mentioning of select boxes, that this is just a page that reads the GET parameters passed to it and reloads itself with the appropriate data. If that's the case, you'll even be able to just copy and paste the URL with the parameters in it into your Excel import. You'd obviously need to change that for each of the different queries, but there are ways to automate that.