+ Reply to Thread
Results 1 to 2 of 2

HIGHLIGHT A DATE 10 DAYS BEFORE IT IS PAST DUE

  1. #1
    cookie04
    Guest

    HIGHLIGHT A DATE 10 DAYS BEFORE IT IS PAST DUE



  2. #2
    Charles Harmon
    Guest

    Re: HIGHLIGHT A DATE 10 DAYS BEFORE IT IS PAST DUE

    Hi,

    Try

    Sub Past_Due()
    Dim fd As Date
    fd = Date
    If fd = Cells(1, 1).Value + 20 Then
    MsgBox "10 day's before past due"
    End If
    End Sub


    "cookie04" <[email protected]> wrote in message
    news:[email protected]...
    >




+ 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