I am trying to run a macro that replaces data in a table in Excel, when the data can be initially filtered.
The code must first remove the filter and then run the rest of the code.
I tried the "Autofilter" command, but then the usual filter option in the table range was not visible, and I had to manually create the filter parameter again (for me this is not very important, but other people use this file).
Is there a way to clear a filter WITHOUT removing filters from a table?
source
share