View Single Post
 
Old 09-23-2019, 03:50 PM
eduzs eduzs is offline Windows 10 Office 2010 32bit
Expert
 
Join Date: May 2017
Posts: 266
eduzs is on a distinguished road
Default Links to paragraphs

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
__________________
Backup your original file before doing any modification.
Reply With Quote