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
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