If you mean - put Word data into Excel the answer is, with VBA it's possible. With this utility, it's not. Sorry. If you mean - merge multiple word documents with the data in a single Excel list - Yes - the Add-in has the routines (but not the user interface) to do that. It is why it was created. It was created to take a list of new hires attending orientation and merge their application data with about 80 word documents that required signatures or initials. To make that happen we created a table of document names to merge with their path. We then created a loop to read a new hire record and another loop to read through the document list, then use those bits of information to call the routines in the add-in to merge and print each document
Can we do the opposite? Get data from multiple Word docs to excel
If you mean - put Word data into Excel the answer is, with VBA it's possible. With this utility, it's not. Sorry.
If you mean - merge multiple word documents with the data in a single Excel list - Yes - the Add-in has the routines (but not the user interface) to do that. It is why it was created. It was created to take a list of new hires attending orientation and merge their application data with about 80 word documents that required signatures or initials. To make that happen we created a table of document names to merge with their path. We then created a loop to read a new hire record and another loop to read through the document list, then use those bits of information to call the routines in the add-in to merge and print each document
@@CraigHatmakerBXL I see, thank you!
Is this option available to excel 2013?