Click to See Complete Forum and Search --> : Filter question
Monarchs
Mar 11th, 2005, 03:19 PM
I want to do a macro that would filter a column with each criteria available in that column one at a time
It would then get data accroding to each filt.
I was looking for something like:
For each criteria in ???
Next criteria
Thanks for your help.
RobDog888
Mar 11th, 2005, 08:16 PM
Welcome to the Forums.
Could you be a little more descriptive of what your trying to do?
For the most part, you can record a macro doing the action you want to
program. Then when your done, stop recording and check the code
generated in the Module in the VBA IDE.
Daniel McCool
Mar 13th, 2005, 12:24 PM
I think he want's to filter a column for all possible criteria using a dynamic function and be able to do something with the filtered results.
Monarchs
Mar 14th, 2005, 07:23 AM
That's exactly it Daniel McCool.
Daniel McCool
Mar 14th, 2005, 10:59 PM
Write a loop to make your own criteria in an array. :)
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.