View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jotor14 jotor14 is offline
external usenet poster
 
Posts: 7
Default QueryTables Error Handling

I want to try accessing a couple of web files before failing - how can I do
this :

querytable.add("file1")
if error then
querytable.add('file2")
if error then exit

....
rest of code if one of the two web files opens
....