Auto Refreshing: data retreival from webpage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My question is as such:

I have a small excel program that retreives data from a webpage; this data
is updated every 5 minutes and it is essential that the operator of this
excel file sees the updated data at all times.

Currently I have implemented a button that they can click to update to
refresh the data; however, it would be much better if there was a way to have
excel automatically refresh the data (ie. retreive it from the webpage again)
at a certain interval (say 5 minutes.)

Thanks in advance,

Matt Lawson
 
Hi Matt,

Are you using a Web Query to retrieve the data? menu Data > Import (or Get)
External Data.
If so, right click on the returned data from the first run and choose Data
Range Properties. There, you can check the boxes to have the query
automatically refreshed when book opens, every x minutes, ....
If not, can you make it a web query?

Regards,
Sebastien
 
Yes, I am using a webquery.

However, the real problem I just discovered is as such:

The filename of the webpage that contains the data is constantly changing
(changes every day and hour)

Now, I can generate this file name to input based on the data, HOWEVER.

I am using the =NOW() statement to determine the date and then extract the
corresponding filename.

However, I have no way of refreshing the NOW statement automatically besides
having the user hit a refresh button of some sort.

Any ideas?

Thanks,

Matt Lawson
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top