M
Matthew McDermott
Has anyone been successful extracting the properties of a filter in VBA?
For example, I can create a new filter like this:
FilterEdit Name:="Filter 1", TaskFilter:=True, Create:=True,
OverwriteExisting:=True, FieldName:="% Complete", Test:="equals",
Value:="100", ShowInMenu:=False, ShowSummaryTasks:=False
But how can I test the current filter to determine what FieldName, Test, or
Value is being used?
As far as I can tell, these attributes are not exposed for the filter.
For example, I can create a new filter like this:
FilterEdit Name:="Filter 1", TaskFilter:=True, Create:=True,
OverwriteExisting:=True, FieldName:="% Complete", Test:="equals",
Value:="100", ShowInMenu:=False, ShowSummaryTasks:=False
But how can I test the current filter to determine what FieldName, Test, or
Value is being used?
As far as I can tell, these attributes are not exposed for the filter.