Teresa Allen
New member
- Local time
- Today, 22:30
- Joined
- Mar 5, 2003
- Messages
- 8
I have this code witten and workes correctly but I need an error msg box that pops up if the Hyperlink file is not found can anyone help me with this? I'm not sure if it should be on error or an if statement?
Private Sub Document_Number_Text__Box_DblClick(Cancel As Integer)
Application.FollowHyperlink "\\NTSRVCA\ENG\DOCSYS\ELK_DWGS\" & Document_Number_Text__Box
End Sub
Thanks so much for your help
Private Sub Document_Number_Text__Box_DblClick(Cancel As Integer)
Application.FollowHyperlink "\\NTSRVCA\ENG\DOCSYS\ELK_DWGS\" & Document_Number_Text__Box
End Sub
Thanks so much for your help