Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How To Check Internet Connection

Status
Not open for further replies.

PBAPaul

Programmer
Aug 3, 2002
140
GB
I have a program that will take a UK Post Code and then open an online mapping system that will show the location of that Post Code. This is done via the VBA code:

ActiveWorkbook.FollowHyperlink Address:=L1, NewWindow:=True

How can I check that the user has a live internet connection? If the user is on a dialup connection will the calling of the Hyperlink activate the dialup dialog box for the user to make a connection?

Thank you for any help.

Paul

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top