-
Possible VBA q...
I'm trying to find code for VBA that recognises a filterchange as a selection change.
Right now, I can clic on any cell, and have my vba code execute to populate data into a fixed cell, but I cant get vba code to recognise a filter change as a change.
Any ideas, hints, workarounds?
-
Re: Possible VBA q...
Is this for a form? Try the onfilter event.
-
Re: Possible VBA q...
I assumed you were talking about Access....
-
Re: Possible VBA q...
What office app are you talking about? Access or Excel?
-
Re: Possible VBA q...
-
Re: Possible VBA q...
Sorry, I don't see any events that would cover that in excel.
-
Re: Possible VBA q...
What about the fixed cell's change event?