So I'm trying to automate data pulling... To get the data I want I have to go to a page, log in, then click a link, which opens a popup window... I then download the data from there as an excel file.
A couple of questions:
1) How do I get it to pull data off a pop-up window?
2) How do I streamline my data-pulling that comes into a separate Excel Sheet into my Excel workbook? I was thinking I could have it save as the same name everytime I do a different download it will just overwrite and then copy and paste the new info into a new tab in my workbook.
Some other background:
I have a formatting macro that cycles through quite a few different tabs to format them. I currently have to manually download all of the data files, then manually combine them into one workbook, then run my macro.
Thanks for your help!
A couple of questions:
1) How do I get it to pull data off a pop-up window?
2) How do I streamline my data-pulling that comes into a separate Excel Sheet into my Excel workbook? I was thinking I could have it save as the same name everytime I do a different download it will just overwrite and then copy and paste the new info into a new tab in my workbook.
Some other background:
I have a formatting macro that cycles through quite a few different tabs to format them. I currently have to manually download all of the data files, then manually combine them into one workbook, then run my macro.
Thanks for your help!