I need some suggestions for an idea I had, whether or not it is possible with VBA, or if it makes no sens
The document I have looks like this
Quote:
a
b
c
a
xxxxxxx xxxxxxx xxxxx
b
xxx xxxx xxxxx xxxx
c
xxxxxx xxxxx xxxxx xx
|
The first part of the document is the titles, then we have the texts.
The basic idea is to read each paragraph (a-c) and store in an array.
Then it goes till the end of the document.
Each time it find the matching text, will link to this point.
When the process is complete, when I click "b" at the beginning of the document, it takes me to the text "b".
Thanks