Something like this:
regards,Sub Macro1() Columns("A:A").Select Selection.AutoFilter Selection.AutoFilter Field:=1, Criteria1:="=" Rows("1:19").Select With Selection.Interior .ColorIndex = 15 End With Selection.AutoFilter End Sub
Simon
Something like this:
regards,Sub Macro1() Columns("A:A").Select Selection.AutoFilter Selection.AutoFilter Field:=1, Criteria1:="=" Rows("1:19").Select With Selection.Interior .ColorIndex = 15 End With Selection.AutoFilter End Sub
Simon
Last edited by Aussiebear; 02-05-2025 at 12:24 PM.
Regards,
Simon
Please read this before cross posting!
In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
If I have seen further it is by standing on the shoulders of giants.
Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)