S
Steve Coates
Does anybody know if it is possible to modify hyperlinks
in a Word document using VBA and if so how?
I have a series of docs that contain lots of links only
the server address has changed and I need to change them
all in one fell swoop. The plain vanilla Find and Replace
dialog box does not work because it is the underlying
Hyperlink object that I need to get at rather than the
icing on top.
I've seen snippets of code that create hyperlinks but none
that actually retrieve existing and change them. Excel was
a doddle but I can't find an answer for Word.
Thanks.
in a Word document using VBA and if so how?
I have a series of docs that contain lots of links only
the server address has changed and I need to change them
all in one fell swoop. The plain vanilla Find and Replace
dialog box does not work because it is the underlying
Hyperlink object that I need to get at rather than the
icing on top.
I've seen snippets of code that create hyperlinks but none
that actually retrieve existing and change them. Excel was
a doddle but I can't find an answer for Word.
Thanks.