Thread: Log web data
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
cht13er cht13er is offline
external usenet poster
 
Posts: 141
Default Log web data

On Apr 30, 10:18*am, Jai wrote:
Hi,

I have a web query which gets updated every minute, but i want to know how
to log the data so that i can use the data for further analysis.

let me know if you needs further info


Save a copy of the .xls file every minute as
OriginalFileName_Date_Time.xls .... eg Data_20080430_1108am.xls ?
Or export the data to an Access database ....

Chris