So I have a table with a couple hundred entries like this one:
Lastname Firstname Fullname Email File
What I need to do is open up every file within the file column, add some data, then save it as a new file. I'm thinking I'll have to use the directory tool for this but I'm unsure how to do that exactly. Part of my problem is that these files are all within a high-up personal file folder that contains a lot of other files, so I can't just open up one folder and parse through for each employee. Any ideas would be appreciated!