Thread: WEB Query
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default WEB Query

basic idea to incorporate into a loop
"http://blablabla_"&mynewdate&"_v12.0.htm"

--
Don Guillett
SalesAid Software

"Sifemer" wrote in message
...
Hi,
i import data from a web site using web query, but the URL changes
manytimes. the adress contains date and version "let say:
http://blablabla_yyyymmdd_v12.0.htm". if anyone has an idea how to loop
trought the adress to check for the last version for each date. thanks