S
Shane
Is it possible to create filters from scratch in VBA? For example, I want to
filter on all tasks with this filter: Mid([Name],9,6) = "Record". Another
example would be: Mid([EnterpriseTaskText11],4,2) <> 00. This would include
01.01.00, 10.05.10, etc. but would not include 01.00.00 or 16.00.27. If I
can't create filters this way, then I'm forced to place these formulas in
custom fields. This would eat up the custom fields quickly.
If I can't create filters, can I programmatically place formulas in fields,
then have them calculate? This way, I can designate a handful of fields to be
used only for these types of formulas. They are populated according to the
procedure that is run.
Any suggestions?
filter on all tasks with this filter: Mid([Name],9,6) = "Record". Another
example would be: Mid([EnterpriseTaskText11],4,2) <> 00. This would include
01.01.00, 10.05.10, etc. but would not include 01.00.00 or 16.00.27. If I
can't create filters this way, then I'm forced to place these formulas in
custom fields. This would eat up the custom fields quickly.
If I can't create filters, can I programmatically place formulas in fields,
then have them calculate? This way, I can designate a handful of fields to be
used only for these types of formulas. They are populated according to the
procedure that is run.
Any suggestions?