View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Matt Lawson[_4_] Matt Lawson[_4_] is offline
external usenet poster
 
Posts: 9
Default Auto Refreshing: data retreival from webpage

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