Results 1 to 10 of 10

Advanced Filter Macro Help

Threaded View

  1. #1
    Registered User
    Join Date
    07-07-2009
    Location
    San Francisco
    MS-Off Ver
    Excel 2003
    Posts
    16

    Advanced Filter Macro Help

    Hi,

    I am attempting to write a macro that takes data from a worksheet and sorts it into corresponding worksheets. Here is the code that seems to be troublesome:

    Sub Multiline_Filter()
    Range("A1:B52").AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Range( _
    "Multiline"), CopyToRange:=Range("Multiline!A1"), Unique:=False
    Sheets("Multiline").Select
        Range("A1").Select
    End Sub
    I would like the code to sort through the data on Sheet4 and then copy the rows in the Multiline sector into the Multiline sheet.

    I have attached a workbook to help.

    Thanks in advance!
    Attached Files Attached Files
    Last edited by cdmcnamara; 07-10-2009 at 05:30 PM.

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