+ Reply to Thread
Results 1 to 2 of 2

How do I set up Reminders in an excel spreadsheet?

  1. #1
    Registered User
    Join Date
    03-02-2006
    Posts
    2

    How do I set up Reminders in an excel spreadsheet?

    How do I set up Reminders in an excel spreadsheet?

  2. #2
    FSt1
    Guest

    RE: How do I set up Reminders in an excel spreadsheet?

    hi,
    I am not sure what you mean by "reminders" but i have a small routine I use
    to remind me of certain upcoming dates/events.

    Private Sub Workbook_Open()
    Dim dat1 As Long
    dat1 = #8/18/2005# - Now()
    If Date < #8/19/2005# Then
    MsgBox ("This is your reminder." & vbNewLine & _
    "That is " & dat1 & " days from now.")
    End If
    End Sub

    When the workbook opens, it will display the "reminder".
    put the sub in a this workbook module. you can edit the "reminders" with the
    VB editor.

    FSt1

    "ricksta" wrote:

    >
    > How do I set up Reminders in an excel spreadsheet?
    >
    >
    > --
    > ricksta
    > ------------------------------------------------------------------------
    > ricksta's Profile: http://www.excelforum.com/member.php...o&userid=32070
    > View this thread: http://www.excelforum.com/showthread...hreadid=518198
    >
    >


+ 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