+ Reply to Thread
Results 1 to 2 of 2

Validation Lists and Macros

  1. #1
    Registered User
    Join Date
    07-31-2013
    Location
    Gilbert, AZ
    MS-Off Ver
    Excel 2016
    Posts
    65

    Validation Lists and Macros

    I have a macro that runs when I click on three different validation lists (code below). I now have another validation list (at G9) that I need to run 5 seperate macros depending on the validation list selection...how can I add to the below code so this functions properly? Thx


    Private Sub Worksheet_Change(ByVal Target As Range)

    'Do nothing if more than one cell is changed or content deleted
    If Target.Cells.Count > 1 Then Exit Sub

    If Not Intersect(Target, Range("G3,G5,G7")) Is Nothing Then
    Call RefreshPandL
    End If

    End Sub



    Any Thoughts?
    Last edited by Pony08; 08-08-2013 at 10:11 AM.

  2. #2
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Validation Lists and Macros

    Hi Pony08

    Please use Code Tags around your Code...it's a Forum Requirement. To do so, in your Original Post, highlight your code and click the # icon at the top of your post window.

    If I understand your issue try this
    Please Login or Register  to view this content.
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

+ 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. Validation Lists - Multiple dependent lists with unique values
    By Lewigi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-16-2013, 06:42 AM
  2. how to ignore blank cells in creatig dropdown lists (validation lists)
    By Elainefish in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-02-2013, 07:45 AM
  3. Lists and Macros
    By andysila in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-09-2010, 12:55 AM
  4. Replies: 3
    Last Post: 09-02-2010, 03:04 AM
  5. Replies: 1
    Last Post: 11-09-2007, 09:18 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