View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
eric eric is offline
external usenet poster
 
Posts: 33
Default Detecting a network connection

I need to be able to detect whether or not a computer is
connected to a network when the excel application I am
working on is opened. The application is going to run on a
tablet PC that will not always be connected to a network.
I want to automatically refresh imported information when
the application opens but only if a network connection is
available. Has anyone ever done this?