+ Reply to Thread
Results 1 to 3 of 3

how to input a pop up to advise me about my deadline?

  1. #1
    liliandelosnarcos
    Guest

    how to input a pop up to advise me about my deadline?

    can I input in excel a message that appears each time a deadline goes to 0???

  2. #2
    Jim Rech
    Guest

    Re: how to input a pop up to advise me about my deadline?

    If you're fairly proficient with macros I suppose you could. You could also
    use a screw driver as a hammer. But it's best to use the right tool for
    each job and I think Outlook is the best tool in this case, as least in the
    MS Office suite.

    --
    Jim
    "liliandelosnarcos" <[email protected]> wrote in
    message news:[email protected]...
    | can I input in excel a message that appears each time a deadline goes to
    0???



  3. #3
    Registered User
    Join Date
    09-10-2003
    Location
    Detroit, MI
    Posts
    59
    Assuming that you have your deadlines for various events in one column:
    1. Select the first cell containing a deadline (assume A2)
    2. Click on Format>Conditional formatting and select "Formula Is" in the leftmost dropdown window and enter this formula in the window that appears:
    A2<=today()
    3. Click on Format button and choose Pattern and select a color for the background of the cell and click OK.
    4. Use the Format Painter tool button and copy the format to the other cells containing deadlines.

    The result is that any cell with a deadline equal to or before today will be hi-lited in color you choose.

    Another way if you want a Pop-up window is to put the following code in the "This Workbook" code module:

    Please Login or Register  to view this content.
    Substitute your deadline date for "3/9/2005" in the code. and your own message for the text: "Reminder: Do something"

    Thanks to Oaktree on another board for this code.
    Last edited by neopolitan; 10-27-2005 at 12:59 PM.
    Neopolitan (Florida Dreaming)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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