


In future, if you want to take the print out of the birthday boys it will work. I have inserted a picture in the corner which is downloaded from the internet. I have created this template in Excel using page layout. Then I have created a simple template like below.

I have added a new sheet and changed the name of the sheet as “Mail Merge”.
#APPLE PAGES MAIL MERGE HOW TO#
How to Automate Mail Merge through VBA in Microsoft Excel | VBA Now I will show you how to write a simple that will check the birthday of the employees and sent them an email from your outlook or Gmail taking the email id from the sheet. We need to check whose birth date is today and then you need to send an email. Let’s assume you have the sample the data like below in a sheet called “DataSheet” Now I can show you how to write a simple VBA code that will check the date of birth and then send the email using either email or from your outlook. Now every day you need to check the date of birth and send the email to the associated person. The data in your spreadsheet and you want to send the mail to the multiple people at a time.įor example, in your spreadsheet, you have data like Firstname, Lastname, Email-id, Date of Birth, and phone numbers. But today I will discuss on mail merge in Excel. We all know how to do the mail merge in MS Word. In this blog, I will try to cover how to get rid of Mail Merge by using the sample Excel VBA code.
