Thread: Last Cell Code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Terri[_5_] Terri[_5_] is offline
external usenet poster
 
Posts: 8
Default Last Cell Code

What's the difference in this

Selection.SpecialCells(xlCellTypeLastCell).Select

and this

ActiveCell.SpecialCells(xlLastCell).Select