View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Qasim Ahmad Qasim Ahmad is offline
external usenet poster
 
Posts: 3
Default checking a web service

Hi everyone,

whats the best way to see if a web service is working okay or not from
VBA code? currently the code just skips over it, and does not even
catch it through the On Error condition. Any ideas? thanks.

Qasim