M
MC
Hello,
I want to add a hyperlink to a bookmark in a word document and am
not having any success. The bookmark is named 'hyper"
Below is the relevant code.
doc.Hyperlinks.Add Address="http://www.blah.com/", Anchor="Link Name",
SubAddress=doc.Bookmarks("hyper")
This is returning a type mismatch.
Any help much appreciated.
I want to add a hyperlink to a bookmark in a word document and am
not having any success. The bookmark is named 'hyper"
Below is the relevant code.
doc.Hyperlinks.Add Address="http://www.blah.com/", Anchor="Link Name",
SubAddress=doc.Bookmarks("hyper")
This is returning a type mismatch.
Any help much appreciated.