SpecialCells Method Example
This example selects the last cell in the used range of Sheet1.
Worksheets("Sheet1").Activate ActiveSheet.Cells.SpecialCells(xlCellTypeLastCell).Activate