So I work with a lot of spreadsheets where there are filters, however, the filter is on a different row in each spreadsheet. My feeling is that there is a macro I can create that will unfilter a sheet (easy enough right, select the entire sheet and then do data: filter: unclick autofilter). The trick is determining which row to create the new filter.
It seems to me, the best way to do this is to ensure that Column A is clear until the row I want to filter (that is, the first row Column A that has information entered in it is the one that I want to filter).
I just don't know the VBA command to look for the first cell that has an entry.
Can anyone help, or know how to create that Macro?
Thank you!
It seems to me, the best way to do this is to ensure that Column A is clear until the row I want to filter (that is, the first row Column A that has information entered in it is the one that I want to filter).
I just don't know the VBA command to look for the first cell that has an entry.
Can anyone help, or know how to create that Macro?
Thank you!