I have a word document and a text file. I want to open the word document, open the text file and have some logic that reads the word document and if it finds a string match to the text file to copy that word document to another folder. The Text file
has a list of names. So if one of those names is found in the word document, that's when the word document is moved. Can this be done?
↧