Results 1 to 2 of 2

Validation Lists and Macros

Threaded View

  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.

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