I have a word document which contains file names (1 per line)
I want to use word macro to open that doc, pick the contents on line 1 and open the file from a specific path, edit the file and close it.
I want to read the next file name from the next line and do the above for all the lines in the document.
I want to use word macro to open that doc, pick the contents on line 1 and open the file from a specific path, edit the file and close it.
I want to read the next file name from the next line and do the above for all the lines in the document.
Comment