Currently I am working with a database that contains employee data such as their first and last name, employee number, etc.
What I need to do is pull that data from the spreadsheet and insert it into specific cells in a prepared table in a form letter Word document. For instance, one cell in the Word document would contain their name and employee number, another cell would have their job title, data from a "Notes" cell would go further down the document, contact information would go into another cell, and so on.
What is the best way to accomplish this? I've done some scripting in Excel before (though never with Word) but I'm not overly familiar with the syntax and I've never tried to automate a transfer like this before.
What I need to do is pull that data from the spreadsheet and insert it into specific cells in a prepared table in a form letter Word document. For instance, one cell in the Word document would contain their name and employee number, another cell would have their job title, data from a "Notes" cell would go further down the document, contact information would go into another cell, and so on.
What is the best way to accomplish this? I've done some scripting in Excel before (though never with Word) but I'm not overly familiar with the syntax and I've never tried to automate a transfer like this before.