Results 1 to 8 of 8

change validation list value and copy and paste from dependent cells

Threaded View

j.farr3ll change validation list value... 06-12-2014, 06:21 AM
watersev Re: change validation list... 06-12-2014, 10:09 AM
j.farr3ll Re: change validation list... 06-12-2014, 10:46 AM
watersev Re: change validation list... 06-12-2014, 04:04 PM
j.farr3ll Re: change validation list... 06-13-2014, 05:00 AM
watersev Re: change validation list... 06-13-2014, 05:25 AM
watersev Re: change validation list... 06-13-2014, 05:57 AM
j.farr3ll Re: change validation list... 06-13-2014, 06:30 AM
  1. #1
    Registered User
    Join Date
    07-28-2010
    Location
    london, england
    MS-Off Ver
    Excel 2007
    Posts
    91

    change validation list value and copy and paste from dependent cells

    Hi all,

    This is quite hard to explain please see the attached workbook.

    I have a sheet which autofilters according to a validation list in cell E2 using the code:

    Private Sub Worksheet_Change(ByVal Target As Range)
       If (Intersect(Target, Range("E2")) Is Nothing) _
       Then
          Exit Sub
       End If
       Cells.AutoFilter Field:=1, Criteria1:="=" & Range("E2")
    End Sub
    I have then used subtotal arrays to calculate the mean, median, max, min and total count for whichever values the filter shows.

    What I want to do next is have a code which will select each possible option from the validation list (triggering the autofilter) and copy and paste the values from each dependent formula into a new sheet.

    Any help would be greatly appreciated.

    Many Thanks,
    J.farr3lldummy 1.xlsm
    Last edited by j.farr3ll; 06-13-2014 at 06:30 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help on paste over data validation list cells
    By kumari in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-11-2013, 05:44 AM
  2. Validation list (dependent on the result of the preceding list) + Concatenate
    By Elainefish in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-08-2013, 09:19 AM
  3. Data Validation List - Dependent on Adjacent Cell - Value from Unsorted List
    By justforthis1 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-26-2013, 12:24 PM
  4. Replies: 1
    Last Post: 10-29-2012, 10:03 AM
  5. Validation List to copy and paste in specific area (excel 2007)
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-24-2012, 02:22 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