+ Reply to Thread
Results 1 to 3 of 3

popup alarm message

  1. #1
    Registered User
    Join Date
    11-08-2007
    MS-Off Ver
    2021 Prof
    Posts
    84

    popup alarm message

    I would like to have a list of alarm times that reseult in a individual message popup. Basicallt two columns ,,, one with the time and the other with the corresponding message.....maybe 10 seperate times.
    The popup would stay until the box is clicked .

    I have been playing around with variuos VBA's but no real success .. any suggestions ?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,528

    Re: popup alarm message

    You'd probably need to use the Change, Selection_Change, or Calculate events to initiate your subroutine. Your sub would need to loop through the times and check them ... of course, you are unlikely to catch the exact time so you'll need to check between one event time and the next. In other words, a time range rather than a specific time.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    11-08-2007
    MS-Off Ver
    2021 Prof
    Posts
    84

    Re: popup alarm message

    Currently I have the following which does the firdt part ... but i would like the B column to match for the message that matches the time in column A..There are likely to be 10 rows of times.


    Some help would (as always) be appreciated

    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)

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