+ Reply to Thread
Results 1 to 8 of 8

pop up message request

  1. #1
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    5

    pop up message request

    i have database of employees registered. all of them are foreign, so i want to know if there is a way for a message to pop up 5 days before there visa date expires.
    thanks in advance

  2. #2
    Forum Contributor
    Join Date
    08-02-2012
    Location
    Pune
    MS-Off Ver
    Office 365 (Win 10)
    Posts
    489

    Re: pop up message request

    You mean you want a popup with their names?

    then it should have a macro


    But the easier one will be to have a table which lists the names of peoples who's visas are gonna expire as mentioned, which can be achieved with the formula and will be easier to maintain if you are not familiar with macros.


    Please post a sample file also
    Please make the Post as solved, when you get your answer & Click * if you like my suggestion

  3. #3
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: pop up message request

    i have sample file Emplyee sample.xlsx when there is 5 days remaining for the expiry date for each employee, i want the message to pop up
    sorry for the late replay

  4. #4
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: pop up message request

    anybody that can help ?

  5. #5
    Registered User
    Join Date
    06-16-2011
    Location
    Bangalore
    MS-Off Ver
    Excel 2010
    Posts
    42

    Re: pop up message request

    You can use conditional formatting for the same,It will highlight the employee whose Visa will be expiring in 5 days.

  6. #6
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: pop up message request

    i did that, but i want a message to pop up when the conditions are met. if you can give me a code or something that would really be helpful :D

  7. #7
    Forum Contributor pareshj's Avatar
    Join Date
    05-20-2014
    Location
    MUMBAI
    MS-Off Ver
    2007 & 2010
    Posts
    447

    Re: pop up message request

    Hi Slytidar,

    Use Conditional formatting or you can use this formula of excel :

    =IF(AND((C2-TODAY()<=5),(C2-TODAY()>0)),"Less Than 5 Days Remaining","OK")

    Pu this formula in D2 cell and drag till end of record. Hope this will help you

  8. #8
    Registered User
    Join Date
    05-11-2014
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: pop up message request

    thank you
    that works too :D. isnt there anyway to get a message popup for the names of expired employees ?

+ 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. Adding an input message to each cell to bring back corrsponding message
    By Nic31 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-01-2014, 09:28 AM
  2. [SOLVED] Code to reminder pop message on due date request
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 02-03-2014, 08:31 PM
  3. [SOLVED] How to pop up a warning message before any Excel automatic update link reminder message
    By billj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2013, 10:41 AM
  4. need of pop up message dynamically using data validation input message method
    By vba_life in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-09-2010, 09:03 AM
  5. [SOLVED] MESSAGE BOX ON REQUEST
    By Carolan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2006, 06:55 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