Hello all,
If I have the following line of VBA, can I make the "AutoFilter Field:=7" number dynamic?
Ideally I would place my named range in there as my columns move around.
Thanks!
If I have the following line of VBA, can I make the "AutoFilter Field:=7" number dynamic?
Code:
ActiveSheet.Range("Data_column_headers").AutoFilter Field:=7, Criteria1:="="
Ideally I would place my named range in there as my columns move around.
Thanks!