+ Reply to Thread
Results 1 to 6 of 6

Notifications in Excel?

  1. #1
    cpme
    Guest

    Notifications in Excel?

    Is it possible to either have excel notify you when certain dates in the
    worksheet come due or to export that information to another application that
    will do that. I know that you can have a task created in Outlook however
    with the amount of dates I'm working with, that would be somewhat impractical
    since you have to manually setup each task. Is there an easier way to do
    this? Thanks.

  2. #2
    Don Guillett
    Guest

    Re: Notifications in Excel?

    does this help?

    Sub datenotify()
    If Date = "1/3/2005" Then MsgBox "hi"
    End Sub

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "cpme" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible to either have excel notify you when certain dates in the
    > worksheet come due or to export that information to another application

    that
    > will do that. I know that you can have a task created in Outlook however
    > with the amount of dates I'm working with, that would be somewhat

    impractical
    > since you have to manually setup each task. Is there an easier way to do
    > this? Thanks.




  3. #3
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Hi,

    If the file is opened on a regular basis:
    =IF(A2-TODAY()<10,"Only"&(A2-TODAY())&" days left","")
    + Conditional formatting can be used to highlight the text.

    Regards,
    Ola

  4. #4
    CLR
    Guest

    Re: Notifications in Excel?

    I can't give you the specific code, but I know it's possible to interrogate
    a list of Excel files and extract specific cell values (dates?) and once in
    your interrogation workbook, you can compare those dates to standards to see
    if they coincide, exceed, etc........It's sorta reverse-english........it
    will "tell" you, but you have to ask!..........

    Vaya con Dios,
    Chuck, CABGx3





    "cpme" <[email protected]> wrote in message
    news:[email protected]...
    > Is it possible to either have excel notify you when certain dates in the
    > worksheet come due or to export that information to another application

    that
    > will do that. I know that you can have a task created in Outlook however
    > with the amount of dates I'm working with, that would be somewhat

    impractical
    > since you have to manually setup each task. Is there an easier way to do
    > this? Thanks.




  5. #5
    cpme
    Guest

    Re: Notifications in Excel?

    Is this code written into the cell or is it done somewhere else?

    "Don Guillett" wrote:

    > does this help?
    >
    > Sub datenotify()
    > If Date = "1/3/2005" Then MsgBox "hi"
    > End Sub
    >
    > --
    > Don Guillett
    > SalesAid Software
    > [email protected]
    > "cpme" <[email protected]> wrote in message
    > news:[email protected]...
    > > Is it possible to either have excel notify you when certain dates in the
    > > worksheet come due or to export that information to another application

    > that
    > > will do that. I know that you can have a task created in Outlook however
    > > with the amount of dates I'm working with, that would be somewhat

    > impractical
    > > since you have to manually setup each task. Is there an easier way to do
    > > this? Thanks.

    >
    >
    >


  6. #6
    Don Guillett
    Guest

    Re: Notifications in Excel?

    That was a macro. It you want a formula, try this.

    =IF(TODAY()=DATE(2005,1,4),1,2)

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "cpme" <[email protected]> wrote in message
    news:[email protected]...
    > Is this code written into the cell or is it done somewhere else?
    >
    > "Don Guillett" wrote:
    >
    > > does this help?
    > >
    > > Sub datenotify()
    > > If Date = "1/3/2005" Then MsgBox "hi"
    > > End Sub
    > >
    > > --
    > > Don Guillett
    > > SalesAid Software
    > > [email protected]
    > > "cpme" <[email protected]> wrote in message
    > > news:[email protected]...
    > > > Is it possible to either have excel notify you when certain dates in

    the
    > > > worksheet come due or to export that information to another

    application
    > > that
    > > > will do that. I know that you can have a task created in Outlook

    however
    > > > with the amount of dates I'm working with, that would be somewhat

    > > impractical
    > > > since you have to manually setup each task. Is there an easier way to

    do
    > > > this? Thanks.

    > >
    > >
    > >




+ 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