Folks,
How do I change this code so that it does not have to select the cells, but can activate them instead?
'Delete Filtered Rows
Application.CutCopyMode = False
Range("a2", Selection.SpecialCells(xlCellTypeLastCell)).Select
Selection.SpecialCells(xlCellTypeVisible).Select...