Hi
I found this article which contains an example of a macro that rotates through the auto-filter
https://sites.google.com/a/madrocket...uto-autofilter
I've almost got it working on my spreadsheet by changing 'AFCol' to 16 as I'm filtering column 'P'
But I can't figure out how to amend the code so that the auto-filter appears on row 7 instead of 1
I tried changing the last few lines from this:
Columns(AFCol).AutoFilter
Columns(AFCol).AutoFilter Field:=1, Criteria1:=CurrCrit
To this instead:
Range("P7:P500").AutoFilter
Range("P7:P500").AutoFilter Field:=1, Criteria1:=CurrCrit
Which puts the auto-filter in the right place, but it no longer works/selects the next item when run :/
Any help would be appreciated
Kind regards
Vicky
Bookmarks