I was hoping someone could help with the MS Word macro.
Basically, I have a MS Word document that lists several text files and specific pages of interest for each file.
The file format is similar to:
textdocument1.txt P. 6, 12 - issue1
textdocument2.txt P. 5 - issue1
P. 13, 17 - issue3
textdocument3.txt P. 10
I want to read every line in my Macro as a line.
Then go through it to identify the file name. With the file name, I can open the file, go to the page number and copy the data I need.
But I got stuck in step 1, how do I bind a string to a string in a MS Word macro?
Any help would be appreciated.
Leejo source share