+ Reply to Thread
Results 1 to 2 of 2

link pop-up message to a cell

  1. #1
    Registered User
    Join Date
    03-26-2013
    Location
    Singaqpore
    MS-Off Ver
    Excel 2003
    Posts
    21

    link pop-up message to a cell

    Hello

    Is there a way i can link pop-up message to a cell value.
    currently in cell A i have names and in cell H i have expiry date.

    I have managed to have the following VBA which pops-up a message when the expiry is in 3-days. but not i would like to get the pop-up to say Send reminder to (the name in column A).


    Any and all help is appreciated.

    Thanks in advance

    here's my current VBA

    For Each cell In Range("H1:H22")
    If cell.Value = Date + 3 And cell.Value <> "" Then
    MsgBox "Send Reminder to "
    End If
    Next

  2. #2
    Valued Forum Contributor Kamboj's Avatar
    Join Date
    09-25-2014
    Location
    India
    MS-Off Ver
    2003 - 2010
    Posts
    430

    Re: link pop-up message to a cell

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How to pop up a warning message before any Excel automatic update link reminder message
    By billj in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-01-2013, 10:41 AM
  2. Disable Automatic Link Message
    By Jenn68 in forum Excel General
    Replies: 0
    Last Post: 06-13-2012, 09:31 AM
  3. Automatic Link Update message - Why?
    By ilovedurango in forum Excel General
    Replies: 2
    Last Post: 07-12-2007, 09:07 PM
  4. How to get rid of an link message in Excel?
    By Jenny in forum Excel General
    Replies: 4
    Last Post: 07-14-2005, 12:05 PM
  5. Link can not be updated message
    By Cindy in forum Excel General
    Replies: 0
    Last Post: 06-06-2005, 03:05 PM

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