
Signature
Regards Ron de Bruin
http://www.rondebruin.nl
Ron:
I've printed out all your instructions and I've been able to create the
Advanced Filter within the current worksheet, but I'm having troubles still.
1. I can't get it to go to a new worksheet
2. I haven't a clue how to write a macro without recording as I go
3. I want this button to be a macro that the user pushes, it runs the macro
and the user is now on the correct worksheet; i.e., apples, or bananas, etc.
Please advise.
> Hi Sondra
>
[quoted text clipped - 21 lines]
> >
> > Thanks.
Ron de Bruin - 26 Jan 2006 20:37 GMT
Hi Sondra
If I understand you correct this maco will work for you
http://www.rondebruin.nl/copy5.htm#existing
You only have to change the sheet name in the code
Is this working for you or not ?

Signature
Regards Ron de Bruin
http://www.rondebruin.nl
> Ron:
>
[quoted text clipped - 33 lines]
>> >
>> > Thanks.
R..VENKATARAMAN - 27 Jan 2006 02:34 GMT
from my notes
=================
normally when you do advance filter you cannot copy the filtered data to
another sheet. as the other sheet is not activesheet. you can get over this
you make sheet 2 as activesheet. choose an empty cell in sheet2. then click
data-advance filter. the data range and criteris range you go to sheet1 and
choose the ranges. everytime you finish selecing it will come back to sheet2
because that is the activesheet.
now click <copy to another location> and now choose any cell in sheet2
the filtered data is copied to sheet2 though database and criteria are in
sheet1.
If you want only two (or some) columns in the filtered data to be written in
the new location type the heading of the two columns in sheet2. now when
indicating the <the new location> choose both the headings cells in sheet2
and then click ok, ok.
see url
http://www.contextures.com/xladvfilter01.html#ExtractWs
courtesy: Ms Debra Dalgleish
=============================
> Ron:
>
[quoted text clipped - 38 lines]
>> >
>> > Thanks.