Default300
Board Regular
- Joined
- Jul 13, 2009
- Messages
- 83
Previous Question (Interrelated):
This is a follow-on question from another thread, as initial problem is now solved.
I presume it is better to post replies to the new question here rather than there.
More detail on the setuup of this project or task can be found at the Previous Thread...
Thread Title: AdvancedFilter - Criteria Named Range on Different WorkSheet - No Records Returned (except with bizarre MsgBox workaround)
Thread ID: http://www.mrexcel.com/forum/showthread.php?t=403272
Link to Post that branches to here: http://www.mrexcel.com/forum/showpost.php?p=2094394&postcount=13
New Question:
Regarding Advanced Filter:
Must the Criteria Table be Written to and Read from a WorkSheet?
Or can the Criteria be Contructed in and held in Code?
For Constructing the Criteria:
I'm thinking of somehow using the Formulae I used in the the criteria table cells, perhaps even worksheet functions.
For Holding the Criteria in a Matrix (if this is required):
I'm thinking of using a two dimensional array variable.
But maybe this transalation from Excel to VBA is too literal.
I'll submit this now and then fill in more information soon after.
(In case anyone is looking for it... Fingers crossed!)
This is a follow-on question from another thread, as initial problem is now solved.
I presume it is better to post replies to the new question here rather than there.
More detail on the setuup of this project or task can be found at the Previous Thread...
Thread Title: AdvancedFilter - Criteria Named Range on Different WorkSheet - No Records Returned (except with bizarre MsgBox workaround)
Thread ID: http://www.mrexcel.com/forum/showthread.php?t=403272
Link to Post that branches to here: http://www.mrexcel.com/forum/showpost.php?p=2094394&postcount=13
New Question:
Regarding Advanced Filter:
Must the Criteria Table be Written to and Read from a WorkSheet?
Or can the Criteria be Contructed in and held in Code?
For Constructing the Criteria:
I'm thinking of somehow using the Formulae I used in the the criteria table cells, perhaps even worksheet functions.
For Holding the Criteria in a Matrix (if this is required):
I'm thinking of using a two dimensional array variable.
But maybe this transalation from Excel to VBA is too literal.
I'll submit this now and then fill in more information soon after.
(In case anyone is looking for it... Fingers crossed!)