K
Kim
Hi,
I have a form with a textfield and a browse button. I want to open the
inserthyperlink window and choose a file, after that the link should
appear in my textfield.
My code:
Private Sub KnopBrowse_Click()
Me.txt_Document.SetFocus
RunCommand acCmdInsertHyperlink
End Sub
When i use this code i get the following error : InsertHyperlink isn't
available at the moment.
Is my code correct ?
I have a form with a textfield and a browse button. I want to open the
inserthyperlink window and choose a file, after that the link should
appear in my textfield.
My code:
Private Sub KnopBrowse_Click()
Me.txt_Document.SetFocus
RunCommand acCmdInsertHyperlink
End Sub
When i use this code i get the following error : InsertHyperlink isn't
available at the moment.
Is my code correct ?