D
Dave
When a user is inputing a hyperlink into a text box on my
form I have the Insert Hyperlink dialog box pop up
automatically with an On Click Event Procedure in my text
box with the following code...
Private Sub Resistance_Click()
RunCommand acCmdInsertHyperlink
End Sub
If you enter a hyperlink and press OK it works fine.
However if you click the Cancel button instead of entering
a hyperlink the debug error "The RunCommand action was
cancelled(Run-time error '2501')" appears. Is there a
work around to this???
Thanks David
form I have the Insert Hyperlink dialog box pop up
automatically with an On Click Event Procedure in my text
box with the following code...
Private Sub Resistance_Click()
RunCommand acCmdInsertHyperlink
End Sub
If you enter a hyperlink and press OK it works fine.
However if you click the Cancel button instead of entering
a hyperlink the debug error "The RunCommand action was
cancelled(Run-time error '2501')" appears. Is there a
work around to this???
Thanks David