Guzzlr
Well-known Member
- Joined
- Apr 20, 2009
- Messages
- 982
- Office Version
- 2021
- Platform
- Windows
Hello.
I am trying something new, and of course it is not working.
I have:
I'm trying to filter down to my last row (last row is working correctly)
What am I doing wrong?
Thanks
I am trying something new, and of course it is not working.
I have:
VBA Code:
ActiveSheet.Range("$A$5:$Z$ & Last Row").AutoFilter Field:=2, Criteria1:= _
"3A - High Sustain"
I'm trying to filter down to my last row (last row is working correctly)
What am I doing wrong?
Thanks