|
-
Mar 11th, 2005, 04:19 PM
#1
Thread Starter
New Member
Filter question
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.
-
Mar 11th, 2005, 09:16 PM
#2
Re: Filter question
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.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Mar 13th, 2005, 01:24 PM
#3
Lively Member
Re: Filter question
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.
"Some love is fire, some love is rust. But the finest, cleanest love is lust." - James Bond
-
Mar 14th, 2005, 08:23 AM
#4
Thread Starter
New Member
Re: Filter question
That's exactly it Daniel McCool.
-
Mar 14th, 2005, 11:59 PM
#5
Lively Member
Re: Filter question
Write a loop to make your own criteria in an array.
"Some love is fire, some love is rust. But the finest, cleanest love is lust." - James Bond
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|