M
MC
Hi,
I'm having trouble creating a hyperlink to assign to a bookmark in a
word doco. Below is the code I'm using. This is giving me a type
mismatch. The bookmark is called "hyper". I've tried various other
ways with no luck.
doc.Hyperlinks.Add Address="http://www.msn.com/", Anchor="This way",
SubAddress=doc.Bookmarks("hyper")
Any help much appreciated
I'm having trouble creating a hyperlink to assign to a bookmark in a
word doco. Below is the code I'm using. This is giving me a type
mismatch. The bookmark is called "hyper". I've tried various other
ways with no luck.
doc.Hyperlinks.Add Address="http://www.msn.com/", Anchor="This way",
SubAddress=doc.Bookmarks("hyper")
Any help much appreciated