Forum Discussion
Mark Patey
Jun 23, 2018Copper Contributor
How to do the Excel equivalent of a mail merge?
Hello, all! I'm trying to figure out the best way to accomplish something in Excel that's similar to a mail merge in Word. I have a spreadsheet that is essentially a form letter in Excel format... ...
- Jun 23, 2018
Hi Mark,
That's with VBA. The idea is here https://www.tek-tips.com/faqs.cfm?fid=4223, first I found (believe you may find more samples). Instead of printing in your case you shall save the form as new file on each loop step.
SergeiBaklan
Jun 23, 2018Diamond Contributor
Hi Mark,
That's with VBA. The idea is here https://www.tek-tips.com/faqs.cfm?fid=4223, first I found (believe you may find more samples). Instead of printing in your case you shall save the form as new file on each loop step.
Mark Patey
Jun 23, 2018Copper Contributor
Wow, great find, Sergei! I will give that a go. Thank you so much for your help.
-Mark
-Mark