Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Even if you qualified it completely:
thisworkbook.worksheets("full Record").range("pivotData").advancedfilter _ action:=.... (I left thisworkbook off by mistake, sorry.) PivotData is on worksheet "full record", right? LS wrote: Thanks for the suggestion Dave, unfortunately I still get an error at that point, caused by spaces in the filename. LS Dave Peterson wrote in message ... I think I'd just use: worksheets("full Record").range("pivotData").advancedfilter _ action:=.... But I'd fully qualify that copytorange, too: worksheets("full Record").range("pivotData").advancedfilter _ action:=xlFilterCopy, _ CriteriaRange:=Sheets("FULL RECORD").Range("L2:M3"), _ CopyToRange:=worksheets("filtered data").Range("A7:BQ7"), Unique:=False -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hlp! Named range Advanced Filter Criterion | Excel Discussion (Misc queries) | |||
Advanced Filter - Named Ranges | Excel Worksheet Functions | |||
Advanced Filter using a range name as the criteria | Excel Worksheet Functions | |||
advanced filter a range | Excel Worksheet Functions | |||
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du | Excel Worksheet Functions |