J
John Smith
Hi,
We export text from an Access application to populate Bookmarks already in
place in a Word Template.
With appWord.ActiveDocument.Bookmarks
.Item("Sentby").Range = strSentBy
.Item("Person").Range = strPerson
.Item("Customer").Range = strCustomer
End With
Now strSentBy is my email address - i.e. "(e-mail address removed)"
The code above inserts my email address OK but not formatted as a hyperlink.
Can anyone help?
Thanks in anticipation - Malcolm
We export text from an Access application to populate Bookmarks already in
place in a Word Template.
With appWord.ActiveDocument.Bookmarks
.Item("Sentby").Range = strSentBy
.Item("Person").Range = strPerson
.Item("Customer").Range = strCustomer
End With
Now strSentBy is my email address - i.e. "(e-mail address removed)"
The code above inserts my email address OK but not formatted as a hyperlink.
Can anyone help?
Thanks in anticipation - Malcolm