Any way to get the code to work on sheet names with only 4 characters?
Code:
Cells.Find(What:="IG").EntireRow.Delete
Cells.Find(What:="OG").EntireRow.Delete
With ActiveSheet.UsedRange
.AutoFilter Field:=13, Operator:=xlFilterNoFill
.Offset(1).SpecialCells(xlVisible).EntireRow.Delete
.AutoFilter
End With
ActiveSheet.UsedRange.RemoveDuplicates Columns:=13, Header:=xlYes