Results 1 to 4 of 4

Copy and Paste Filtered Data

Threaded View

  1. #1
    Registered User
    Join Date
    05-29-2012
    Location
    Michigan
    MS-Off Ver
    Excel 2010
    Posts
    8

    Copy and Paste Filtered Data

    I need to copy all the filtered data only from "Sheet1" over to "Members" currently I am just having it select and copy / paste, but this takes a great deal of time. I've looked through some forums to try and figure this out, but can't seem to locate a helpful answer, any ideas?

    This is what I currently have:

    Sheets("Sheet1").Select
            Range("A1").Select
        Selection.AutoFilter
    
        ActiveSheet.Range("$A$1:$AC$5543").AutoFilter Field:=14, Criteria1:="YES"
        Cells.Select
        Range("E1").Activate
        Selection.Copy
        Sheets("Members").Select
        Cells.Select
        ActiveSheet.Paste
        Sheets("Sheet1").Select
        ActiveSheet.Range("$A$1:$AC$5543").AutoFilter Field:=14
        Range("E2").Select
        Selection.End(xlToLeft).Select
        Application.CutCopyMode = False
    Thank you!
    Last edited by arlu1201; 10-25-2012 at 01:58 AM. Reason: Use code tags in future.

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