+ Reply to Thread
Results 1 to 2 of 2

Script to interrogate the current system time

  1. #1
    Forum Contributor
    Join Date
    03-14-2005
    Posts
    164

    Script to interrogate the current system time

    I have some VBA that calculates the quantity of time that is required to be entered and when.
    This uses a table of release dates for various products.
    I am producing a spreadsheet that will contain a simple list of project number, time required and dates required.
    What I would like to do is have my system check the dates on this spreadsheet every morning, and alert me if any of the dates on the spreadsheet are equal to the system date.

    does that sound possible?
    if so, can anyone suggest how?

  2. #2
    Peter T
    Guest

    Re: Script to interrogate the current system time

    You could use Conditional Formatting

    Select the first cell of your dates (in this example A1)

    Formula Is :

    =A1<TODAY()

    =A1=TODAY()

    maybe format red for the first condition and amber for the second

    PasteSpecial formats to other dates

    If your date includes time, ie value includes a decimal for hh:mm:ss, you
    might need INT(TODAY())

    Regards,
    Peter T

    "matpj" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have some VBA that calculates the quantity of time that is required to
    > be entered and when.
    > This uses a table of release dates for various products.
    > I am producing a spreadsheet that will contain a simple list of project
    > number, time required and dates required.
    > What I would like to do is have my system check the dates on this
    > spreadsheet every morning, and alert me if any of the dates on the
    > spreadsheet are equal to the system date.
    >
    > does that sound possible?
    > if so, can anyone suggest how?
    >
    >
    > --
    > matpj
    > ------------------------------------------------------------------------
    > matpj's Profile:

    http://www.excelforum.com/member.php...o&userid=21076
    > View this thread: http://www.excelforum.com/showthread...hreadid=506343
    >




+ 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