Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.querydao
external usenet poster
 
Posts: 1
Default recalculating advanced filter?

When I use an Advanced Filter in Excel, is there any way to set it up so
that, once the filter is defined, the filtered list changes as soon as I
change the criteria?

I want to automate the production of multiple lists depending on the
user's input, with transfers between multiple worksheets etc, and I
cannot ask the user to go through various worksheets and click through
Data--Filter--Advanced Filter--OK everywhere.

I could ask the user to click once somewhere. I suppose I have to write
a macro that will go through all the worksheets and execute
Data--Filter--Advanced Filet--OK everywhere? Somehow I feel there must
be a better way ...

Newt

  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.querydao
external usenet poster
 
Posts: 2,979
Default recalculating advanced filter?

You can use the Worksheet_Change event to update the filtered lists.
There are some examples on my web site:

http://www.contextures.com/excelfiles.html

Under the Filters heading, look at 'Product List by Category'

ms newt wrote:
When I use an Advanced Filter in Excel, is there any way to set it up so
that, once the filter is defined, the filtered list changes as soon as I
change the criteria?

I want to automate the production of multiple lists depending on the
user's input, with transfers between multiple worksheets etc, and I
cannot ask the user to go through various worksheets and click through
Data--Filter--Advanced Filter--OK everywhere.

I could ask the user to click once somewhere. I suppose I have to write
a macro that will go through all the worksheets and execute
Data--Filter--Advanced Filet--OK everywhere? Somehow I feel there must
be a better way ...



--
Debra Dalgleish
Excel FAQ, Tips & Book List
http://www.contextures.com/tiptech.html

  #3   Report Post  
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.excel.querydao
external usenet poster
 
Posts: 2,824
Default recalculating advanced filter?

Debra Dalgleish has some sample workbooks that depend on a click of a button to
separate data into separate sheets (using advanced filter).

You may want to see how she did it:
http://www.contextures.com/excelfiles.html

Update Sheets from Master -- uses an Advanced Filter to send data from
Master sheet to individual worksheets -- creates a list of unique items, creates
a
sheet for each item, then replaces old data with current. AdvFilterCity.xls 44
kb

Create New Sheets from Filtered List -- uses an Advanced Filter to create
separate sheet of orders for each sales rep visible in a filtered list; macro
automates the filter. AdvFilterRepFiltered.xls 35 kb

And I don't recall snooping through this one, but it looks promising:

Filter Rows for Text String -- uses a Worksheet Change event, and
Advanced Filter, to display rows which contain a specifiec text string and/or
region. AdvFilterSearchWord.xls 31 kb


ms newt wrote:

When I use an Advanced Filter in Excel, is there any way to set it up so
that, once the filter is defined, the filtered list changes as soon as I
change the criteria?

I want to automate the production of multiple lists depending on the
user's input, with transfers between multiple worksheets etc, and I
cannot ask the user to go through various worksheets and click through
Data--Filter--Advanced Filter--OK everywhere.

I could ask the user to click once somewhere. I suppose I have to write
a macro that will go through all the worksheets and execute
Data--Filter--Advanced Filet--OK everywhere? Somehow I feel there must
be a better way ...

Newt


--

Dave Peterson

Reply
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 - filter rows < jaws4518 Excel Discussion (Misc queries) 3 November 1st 06 05:48 PM
Why won't advanced filter return filter results? jaws4518 Excel Worksheet Functions 5 September 12th 06 06:11 PM
How do I use advanced filter to filter for blank cells? Monique Excel Discussion (Misc queries) 2 March 21st 06 06:43 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 02:06 AM
advanced filter won't allow me to filter on bracketed text (-456.2 LucianoG Excel Discussion (Misc queries) 1 December 6th 04 08:38 PM


All times are GMT +1. The time now is 06:08 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"