+ Reply to Thread
Results 1 to 2 of 2

E-mail; Birthday reminder, Week difference

  1. #1
    Registered User
    Join Date
    10-24-2017
    Location
    Aarhus, Denmark
    MS-Off Ver
    2016
    Posts
    15

    E-mail; Birthday reminder, Week difference

    Hello Everyone
    I tried to look at the different solutions avaiable for sending an e-mail a week before a person has birthday, but couldn't find one that tackled the exact problems that i'm facing.

    In our company we have an excel sheet containing the birthdays of the employee's. The excel sheet is only opened when a new employee is hired and a corresponding birthday has to be registered. Is it possible to make a VBA code that automatically sends out a reminder a week before someone has birthday to 3 different e-mails under the constraint that the excel sheet is not being opened on a regular basis? We're btw using Outlook for e-mail correspondence.

    See file for example
    Hope you can help.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: E-mail; Birthday reminder, Week difference

    The issue you have here is that the spreadsheet needs to be open in order to check if there are any birthdays in the next 7 days (but I'm guessing you already know that and thats why none tackled the exact problem).

    Its straightforward to do what you want as long as someone opens the spreadsheet at least once per week. Sometimes the obvious solution is the best ie stick a reminder in someones calendar to open the spreadsheet every monday morning.

    Alternatively, you could change the way you're thinking about this problem and have the code insert a calendar reminder for 7 days prior to the employees birthday into a person(s) calendar(s) at the point of entering the new employees details.

    As it would be doing that at the point of creating a new record then there wouldnt be any need to open the sheet at any time. make it a recurring appointment and it'll reappear every year on cue.
    If someone has helped you then please add to their Reputation

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Automatic Email or Reminder When Birthday is Approaching
    By jebindavidson in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-08-2016, 08:59 AM
  2. [SOLVED] Birthday reminder formula problem
    By Telegraph Sam in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 01-01-2016, 10:36 AM
  3. Macro to send birthday reminder via outlook email
    By vijanand1279 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-01-2014, 10:29 AM
  4. Birthday and work anniversary reminder from excel file to outlook email
    By paulbochniak in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-03-2014, 09:21 PM
  5. Birthday reminder
    By Desciplejustin in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-16-2013, 11:48 AM
  6. Replies: 8
    Last Post: 12-17-2011, 11:34 AM
  7. wish to make a Birthday reminder!!
    By kiran1810 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-08-2011, 03:10 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1