We have a db for which a supervisor has to go to the intranet, refresh a page, select & copy the data, paste it into a new excel file and then import the excel file.
I was hoping to hyperlink to the site, use sendkey to refresh data (F5), save the file and automatically import it as html.
Once the hyperlink opens the file, the rest of my code doesn't seem to run.
I've used this sort of SendKey operation in the past with excel files and its worked fine. Can it be done with web pages, or am I going about this the wrong way.
Thanks for any help.
John
I was hoping to hyperlink to the site, use sendkey to refresh data (F5), save the file and automatically import it as html.
Once the hyperlink opens the file, the rest of my code doesn't seem to run.
I've used this sort of SendKey operation in the past with excel files and its worked fine. Can it be done with web pages, or am I going about this the wrong way.
Thanks for any help.
John