Using VBA to parse text in an MS Word document
问题 I was hoping someone could help with a MS Word Macro. Basically, I have a MS Word document which lists out several text files and specific pages of interest in 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 each line into my Macro as a string. Then traverse through it to identify the file name. With the file name, I can then open the file, go to the page number, and copy