+ Reply to Thread
Results 1 to 2 of 2

Need email notification from excel

  1. #1
    Registered User
    Join Date
    09-16-2016
    Location
    Raleigh, NC
    MS-Off Ver
    2013
    Posts
    1

    Need email notification from excel

    Hello all,

    I am creating some excel tools for project templates. On one of the tools, each sheet (each project) has a number of rows, one row for each action item. A column on each sheet list the due date for each action item, which I have already added conditional formatting to change the row either green, yellow or red the closer the real date gets to the actions due date. What I need to do is add a check box at the end of each row (for each action item) to select if email notification is to be made once the action gets say 5 days away from the due date. I then need another cell in each row to add email address that will be notified when the identified time to due is reached. I would just like a simple email that goes to each address and says something like, "Action item (insert text from action item) is about to go late".

    I've been told by our overworked IT department this can be done using VBA so I have purchased a couple of books. I cannot find the time to correctly learn what I need to do. I was hoping the experts could give me some help here. This simple function would really be a huge help and I would greatly appreciate if anyone could help me out.

    Thanks
    Lance

  2. #2
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,907

    Re: Need email notification from excel

    You can also do without Checkbox.
    When you put the code in Workbook_Open event then each time the file is opened you can loop through all dates and take appropriate action when date is almost due.
    In which column are the dates to check, in which column are the emailaddresses and how many days ahead will notification be sent?
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

+ 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. email notification by excel with some specified conditions
    By kumaraguru in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-19-2016, 11:46 PM
  2. Excel auto email notification
    By kor123 in forum Outlook Formatting & Functions
    Replies: 0
    Last Post: 02-21-2016, 07:05 PM
  3. Excel/VBA email notification
    By warren0127 in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 06-09-2014, 05:20 AM
  4. Get notification from excel to my outlook email
    By smilegirl71 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-24-2013, 09:33 AM
  5. How to send email notification from excel
    By amitwaje in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-19-2012, 06:49 AM
  6. email notification through excel
    By melleniam in forum Excel General
    Replies: 3
    Last Post: 03-01-2011, 04:16 PM
  7. [SOLVED] email Notification from Excel
    By bobbyfaescotland in forum Excel General
    Replies: 1
    Last Post: 07-20-2006, 01:19 PM

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