T
Terri
What's the difference in this
Selection.SpecialCells(xlCellTypeLastCell).Select
and this
ActiveCell.SpecialCells(xlLastCell).Select
Selection.SpecialCells(xlCellTypeLastCell).Select
and this
ActiveCell.SpecialCells(xlLastCell).Select