LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Advanced Filter to another sheet

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advanced Filter - Copying to location other than current sheet? Maki Excel Discussion (Misc queries) 6 January 13th 10 08:10 AM
Advanced filter to another sheet goayimm Excel Discussion (Misc queries) 1 June 5th 08 03:30 AM
Help wanted for Advanced filter/sheet protection Kathrine Excel Worksheet Functions 0 March 28th 07 12:59 AM
Advanced Filter w/ multiple sheet List Range stickandrock Excel Worksheet Functions 0 April 18th 06 02:18 PM
Excel will not "show all" from an Advanced Filter on a sheet with protected cells. Gareth Surgenor Excel Programming 3 May 20th 04 10:48 PM


All times are GMT +1. The time now is 12:04 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"