send auto email work anniversary

kerm007

Active Member
Joined
Mar 16, 2019
Messages
253
Office Version
  1. 365
Platform
  1. Windows
hello
how can my HR girls auto send email to all when its the work anniversary of some one from an excel sheet populated with the name and the anniversay date of an employee ?
Thanks
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
i replace the VBA in this workbook
in recipient i put the global email
then i get this
strName = VBA.Left(rngCell.Text, lngSpace)

Thanks
 
Upvote 0
i replace the VBA in this workbook
in recipient i put the global email
then i get this
strName = VBA.Left(rngCell.Text, lngSpace)

Thanks
The code is looking for a space in the employee name. If there is no space, it doesn't know what the person's first name is.
 
Upvote 0
its working no issue !!!
so she have to open the excel every day to see who birthday is on the day ?
Thanks
 
Upvote 0
hello
thanks for everything
quick one what should i do with the email section in the excel file leave empty or use the employee email ?
Thanks
 
Upvote 0
hello
thanks for everything
quick one what should i do with the email section in the excel file leave empty or use the employee email ?
Thanks
They're no longer necessary for the macro, so you can leave that column blank if you want.
 
Upvote 0

Forum statistics

Threads
1,215,923
Messages
6,127,721
Members
449,399
Latest member
VEVE4014

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top