Help Request - for Advanced Filter Macro VBA
Closed
evergreenX
Posts
7
Registration date
Saturday 26 September 2015
Status
Member
Last seen
8 October 2015
-
2 Oct 2015 à 08:50
evergreenX Posts 7 Registration date Saturday 26 September 2015 Status Member Last seen 8 October 2015 - 8 Oct 2015 à 06:44
evergreenX Posts 7 Registration date Saturday 26 September 2015 Status Member Last seen 8 October 2015 - 8 Oct 2015 à 06:44
Related:
- Vba advanced filter
- Advanced port scanner - Download - Networks
- Vba find - Guide
- Advanced systemcare free - Download - Cleaning and optimization
- Vba case like - Guide
- Filter unknown senders android - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
6 Oct 2015 à 12:17
6 Oct 2015 à 12:17
without vba can you filter? I dont see any filter being applied in your vba
7 Oct 2015 à 03:41
Most likely this issue is due my limited VBA coding understanding.
Let me try to clarify more:
Interested Data Sections are 4:
1) MDB - Master Database (multiple lines row data with MDB header - 1st line row for the header and subsequent line rows for the row data)
2) AFD - Advanced Filtered Data (Multiple lines section where it is supposed to shows the final filtered result list - 1st line row for the header and subsequent line rows for the filtered data)
3) SI - Search Input (2 rows section where user has to input the wanted filtering criteria to have data filtered)
(1st row for the header and 2nd row for the inputs)
4) CB - Criteria Block for the advanced filter ( 2 rows section where Search input cells linked by a conditional formula as (IF(DY3="","*",DY3)).
(1st row for the header and 2nd row for the inputs)
The conditional formula purpose is to capture any inputted criteria from Search Input Section adding the wildcard (*) in case of blank cells left in Search Input Section.
NOTE: all four headers have equal name and format
ISSUE: same result showing all data from the MDB without any filter applied regardless same criteria are inputted in any cell of the SI section 2nd row.
Any suggestion/advice to progress?
thanks a lot for your help
7 Oct 2015 à 12:00
may be if you could record your macro and post it then it may make more sense
you can start the macro recorder. perform one set of operation and then stop the recorder
if you can make it work manually the way you want macro to work then may be it is doable, but recording the macro would show you a code that can be modified to suit more
8 Oct 2015 à 06:44