E
Ella
I have a textbox where I enter the full path for a file.
This is the double click event but if the textbox is null I get a runtime
error:
Private Sub File_DblClick(Cancel As Integer)
Application.FollowHyperlink Me.File
End Sub
Is there a way of fixing this.
Ella
This is the double click event but if the textbox is null I get a runtime
error:
Private Sub File_DblClick(Cancel As Integer)
Application.FollowHyperlink Me.File
End Sub
Is there a way of fixing this.
Ella