Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Reapply filter

Is there a way to reapply a filter automatically?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default Reapply filter

See this example:
http://www.rondebruin.nl/copy5.htm#Add

I think you need something such as:
'Filter the range
rng.AutoFilter Field:=FieldNum, Criteria1:="=" & cell.Value
'etc., etc., etc., etc., etc.,
'Close AutoFilter
ws1.AutoFilterMode = False

Experiment with the macro recorder too!!


Regards,
Ryan---

--
RyGuy


"Choose Top 3 Automatically" wrote:

Is there a way to reapply a filter automatically?

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
reapply cell gridlines after removing background color Ray_and_Jan New Users to Excel 2 February 10th 09 10:43 PM
Storing Formats of cells in Array and reapply later Ian Excel Programming 3 September 26th 08 04:13 PM
Filter PivotTable dropdown items to match report filter Catherine D Excel Discussion (Misc queries) 1 August 16th 08 12:12 AM
How to save & reapply a set of excel filters after clear BerkeleyWit Excel Discussion (Misc queries) 1 June 17th 08 01:15 PM
"Criteria Range" in the "Data/Filter/Advanced Filter" to select Du TC Excel Worksheet Functions 1 May 12th 05 02:06 AM


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