Hello
I have a master file which has data for X number of individuals. Per individual, I need to map their respective data to 6 different excel templates (not all the same schema). What I have managed to do is output each individuals data separately into a directory. I have then mapped one individuals data to the different excel templates but this is limiting because it's one workflow per individual per excel template. When I try to do a batch macro to run through all the individuals in the directory, it doesn't iterate past the first individual. Not sure if anyone has come across this or has any ideas?
Ideally, I wanted to run a batch macro over the master file to generate the 6 templates per individual and also combine the 6 templates per individual into separate excel workbooks.
Many thanks