+ Reply to Thread
Results 1 to 2 of 2

conditional formatting in excel

Hybrid View

  1. #1
    spotlight
    Guest

    conditional formatting in excel

    how do you add a phrase to a field if the filed is blankl, also, can you have
    a notifiction sent to you when a date on a spreadsheet has expired?

  2. #2
    Stefi
    Guest

    RE: conditional formatting in excel


    > how do you add a phrase to a field if the filed is blankl,


    What "phrase" do you mean? A Comment? A value?

    also, can you have
    > a notifiction sent to you when a date on a spreadsheet has expired?

    Maybe you can apply an open event (date to be tested being say in F1):

    Private Sub Workbook_Open()
    If Range("F1") < Date Then
    MsgBox "Date expired"
    End If
    End Sub

    Regards,
    Stefi


+ 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