Re: Show autofilter criteria
the method to avoid "Application.Volatile" seems like an attactive alternative if it can reduce the recalc/UDF trigger to only a change in auto filter.
I tried the method described by BruceMutton:
I did this-
1. commented out the "Application.Volatile" line
2. changed the formula input in the cell with the function from " =AutoFilter_Criteria(D2:D2) "
to " =AutoFilter_Criteria(D2:D3) "
but that does not work. the cell now shows #VALUE!
is there something more to be done?
Using the original form with "Application.Volatile".....
a problem I noticed was that Autofilter "Show All" does not cause the UDF to recalc/update,
only if create my own UDF for ShowAll which has a "Calculate" as the last command.
Any suggestions on addressing these?
Thanks.
Dave