View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Leith Ross[_540_] Leith Ross[_540_] is offline
external usenet poster
 
Posts: 1
Default Last Row - Select to end of sheet


Hello Lost In Alabama,

Here is another version...

Dim EndCell As Range
Set EndCell = ActiveSheet.Cells(Rows.Count, "A").End(xlUp)
ActiveSheet.Range(ActiveCell, EndCell).ClearContents


Sincerely,
Leith Ross


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=509437