View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Vikram[_4_] Vikram[_4_] is offline
external usenet poster
 
Posts: 6
Default How to check for Internet connection

I am developing an add-in which uses web query to update script prices
from the website.
As an error handling routine, I want to make sure that no error is
flashed by excel if someone tries to update price when there is no
internet connection available.

So can anyone suggest me how I can do this?