Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I did a search and couldn't find the answer I am looking for. I
understand the AdvancedFilter can pull data from another sheet, just not the opposite. This is for VBA. Code seems to make sense, and is similar to what a macro recorded. (I recorded a macro of what I wanted to do, and it worked fine.) Any idea what is wrong? Keep getting an Extract Range has a missing or Illegal field Name error Thanks a lot. Application.Workbooks("Docs DB.xls").Sheets("dbData").Range("E2:E188"). _ AdvancedFilter Action:=xlFilterCopy, CriteriaRange:=Application.Workbooks( _ "Docs DB.xls").Sheets("dbData").Range("E2:E188"), CopyToRange:=tempApp.Workbooks(1).Sheets(1).Range( "A1"), Unique:=True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Advanced Filter - Copying to location other than current sheet? | Excel Discussion (Misc queries) | |||
Advanced filter to another sheet | Excel Discussion (Misc queries) | |||
Help wanted for Advanced filter/sheet protection | Excel Worksheet Functions | |||
Advanced Filter w/ multiple sheet List Range | Excel Worksheet Functions | |||
Excel will not "show all" from an Advanced Filter on a sheet with protected cells. | Excel Programming |