PC Review


Reply
Thread Tools Rate Thread

Advance Filter in Multiple sheets

 
 
James8309
Guest
Posts: n/a
 
      16th Apr 2008
Hi,

I have this head hurting problem, if anyone can help me it will be
GREAT!!

I have table of data in multiple sheets containing all same number of
columns and rows but cell containing different data in every sheet.

to give a simple example;

A B
1 a2 b2
2 s2 d2
3 a2 c2
4 f2 z3
5 z3 f5

I know how to use advance filter to filter only a2 in column A.
However, If I have like 50 sheets but different data.
How do I apply the same advance filter condition to every other sheet?

Someone Save me!!!!!! SAve~~~~~~~~~ me


Thank you.
 
Reply With Quote
 
 
 
 
Nigel
Guest
Posts: n/a
 
      16th Apr 2008
If all sheets the same then loop thru all worksheets and apply filter,
example follows....

Dim wS As Worksheet
For Each wS In Worksheets

With .Range("A2:A5")
' other filter conditions here e.g.
.AdvancedFilter Action:=xlFilterInPlace, Unique:=False
End With

Next wS

--

Regards,
Nigel
(E-Mail Removed)



"James8309" <(E-Mail Removed)> wrote in message
news:cf589577-f705-4bbc-a55b-(E-Mail Removed)...
> Hi,
>
> I have this head hurting problem, if anyone can help me it will be
> GREAT!!
>
> I have table of data in multiple sheets containing all same number of
> columns and rows but cell containing different data in every sheet.
>
> to give a simple example;
>
> A B
> 1 a2 b2
> 2 s2 d2
> 3 a2 c2
> 4 f2 z3
> 5 z3 f5
>
> I know how to use advance filter to filter only a2 in column A.
> However, If I have like 50 sheets but different data.
> How do I apply the same advance filter condition to every other sheet?
>
> Someone Save me!!!!!! SAve~~~~~~~~~ me
>
>
> Thank you.


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink and Filter Data in Multiple Sheets Sheikh Saadi Microsoft Excel Misc 0 13th Mar 2009 07:02 AM
Filter Across Multiple Sheets Scott Halper Microsoft Excel Worksheet Functions 1 22nd Jan 2008 05:04 PM
Excel filter over multiple sheets botto Microsoft Excel Worksheet Functions 0 4th Jul 2006 11:34 AM
How do I advance filter to multiple locations at once? =?Utf-8?B?aW1pbGxz?= Microsoft Excel Worksheet Functions 3 1st Feb 2006 06:12 PM
FILTER ONE MULTIPLE SHEETS =?Utf-8?B?QU5EUklQ?= Microsoft Excel Worksheet Functions 1 15th Mar 2005 01:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:17 AM.