Thread: stop web query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jeremy Bertomeu Jeremy Bertomeu is offline
external usenet poster
 
Posts: 2
Default stop web query

Hi
My problem is the following: I use vba web query to download a large number
of tables from the web. It works fine but for some pages it occasionally
freezes while querying the web page. Since I am not sure how to stop it, I
was thinking there should be a way to stop the query if it takes too long to
download and have the code continue.
How can I do that ?

Thanks for your help,

Jeremy