+ Reply to Thread
Results 1 to 3 of 3

Pop up box appearing when certain values are selected from drop down list

  1. #1
    Registered User
    Join Date
    11-28-2016
    Location
    Christchurch, New Zealand
    MS-Off Ver
    2013
    Posts
    6

    Pop up box appearing when certain values are selected from drop down list

    Hello,

    I'm trying to get a popup box to appear if certain values (Silt and Loess - the fail conditions) are selected from a drop down list in cell A9.
    I have tried this code:

    Private Sub Worksheet_Change(ByVal Target As Excel.Range)

    If Worksheets("Cover Sheet").Range("B9").Value = "FAIL" Then
    MsgBox ("Emily's message")
    End If
    End Sub

    But can't get it to work. I have also tried a few others I have found online but no luck. I have attached my workbook. Any help would be much appreciated!!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Pop up box appearing when certain values are selected from drop down list

    Give this code a try
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    11-28-2016
    Location
    Christchurch, New Zealand
    MS-Off Ver
    2013
    Posts
    6

    Re: Pop up box appearing when certain values are selected from drop down list

    Still doesn't go on that worksheet but I've worked out it does if I create a new worksheet?
    So thank you very much!

+ 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. Drop down list that changes selected sheet
    By Mike_StGeorge in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 06-22-2017, 01:39 PM
  2. Replies: 4
    Last Post: 09-09-2015, 03:49 PM
  3. Have drop down list - Need to Change formulas based on drop down selected
    By snuffnchess in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-11-2015, 01:10 PM
  4. Replies: 2
    Last Post: 02-19-2014, 05:14 PM
  5. [SOLVED] Sum The Values As per the Selected in Drop Down List
    By get2mandar in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-11-2012, 03:09 AM
  6. Replies: 2
    Last Post: 03-02-2012, 10:14 AM
  7. Drop down list with pre selected value.
    By nukecity83 in forum Excel General
    Replies: 9
    Last Post: 08-31-2009, 03:03 AM

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