View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Josh[_12_] Josh[_12_] is offline
external usenet poster
 
Posts: 9
Default How do I know if a hyper link opened

Right now we have a macro that goes out and opens a list on a remote system
it does this using the follow hyperlink method. Is there a way for me to
know if the link was successful? right now if the link is broke or the
server is busy my macro just dies. I would like to be able to trap an error
and then recover from it.

thank you
josh