J
Jose Robins
I am hoping someone would be able to help me on the following two
problems. I googled the newsgroups but I couldn't find any
satisfactory solutions to these problems.
Two problems:
1. I have several hyperlinks(to bookmarks within document) in a word
document. How can I via vba (a) follow a hyperlink if the cursor is
on a hyperlink field and (b) search for the next closest hyperlink
field. I tried the goto method to search for a field but I somehow
couldn't figure that out. Maybe this is a really simple problem, which
I am somehow missing???
2. From the various newsgroups, I kind of understand that word does
not have the in-built capability to go back and forth between
hyperlinks similar to a web browser. It does allow going back to the
last three edit positions (Shift + F5) which is not exactly the same
thing. So I made a macro which when run, inserts a bookmark at the
current cursor and another macro which allows going to the earlier
made bookmark after visiting a hyperlink. Is this pretty much the
general way to do it or is there some standard approach to doing
navigating back & forth.
Any help would be appreciated.
Thank you so much,
Jose
problems. I googled the newsgroups but I couldn't find any
satisfactory solutions to these problems.
Two problems:
1. I have several hyperlinks(to bookmarks within document) in a word
document. How can I via vba (a) follow a hyperlink if the cursor is
on a hyperlink field and (b) search for the next closest hyperlink
field. I tried the goto method to search for a field but I somehow
couldn't figure that out. Maybe this is a really simple problem, which
I am somehow missing???
2. From the various newsgroups, I kind of understand that word does
not have the in-built capability to go back and forth between
hyperlinks similar to a web browser. It does allow going back to the
last three edit positions (Shift + F5) which is not exactly the same
thing. So I made a macro which when run, inserts a bookmark at the
current cursor and another macro which allows going to the earlier
made bookmark after visiting a hyperlink. Is this pretty much the
general way to do it or is there some standard approach to doing
navigating back & forth.
Any help would be appreciated.
Thank you so much,
Jose