Sean Murdoch
2005-01-20 23:07:59 UTC
Hi there,
I have written some vba and put it into normal.dot. When
a user wants to send a file to another internal user, they
press a tool bar icon and it creates an email message and
inserts the fullname and path for that word doc.
.HTMLBody = vbCrLf & vbCrLf & vbCrLf & "<a
href=""file:///" & activedocument.FullName & """>" &
activedocument.FullName & "</a>"
My problem is, when the receiver clicks on the link, it
opens the word doc in I.E and not Winword.
How can I make it that the link opens the file in word
only ?
Thanks
Sean
I have written some vba and put it into normal.dot. When
a user wants to send a file to another internal user, they
press a tool bar icon and it creates an email message and
inserts the fullname and path for that word doc.
.HTMLBody = vbCrLf & vbCrLf & vbCrLf & "<a
href=""file:///" & activedocument.FullName & """>" &
activedocument.FullName & "</a>"
My problem is, when the receiver clicks on the link, it
opens the word doc in I.E and not Winword.
How can I make it that the link opens the file in word
only ?
Thanks
Sean