Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
is it possible in VBA to check if an url exists Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Good morning Aldo I don't know of a more direct way, but this routine will trap a call to an invalid url. If the address exists, it will be opened On Error GoTo Last ThisWorkbook.FollowHyperlink Address:="http://www.microsof.com", NewWindow:=True Exit Sub Last: MsgBox "Invalid address" HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=472254 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Checking to see if a file exists. | Excel Discussion (Misc queries) | |||
Checking to see if a worksheet exists | Excel Programming | |||
Checking if a worksheet already exists... | Excel Programming | |||
Checking if file exists in VBA | Excel Programming | |||
Checking to see if Folder exists | Excel Programming |