Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Zlord, Like this... FIND THE NEXT CELL AFTER THE LAST RECORD.. StartCell = Cells(Rows.Count, "B").End(xlUp).Offset(1, 0).Address FIND THE LAST CELL ON THE WORKSHEET.. LastCell = Cells(Rows.Count, "B").Address SELECT THE THE CELLS TO BE DELETED.. Range(StartCell, LastCell).Select DELETE THE CELLS.. Selection.Delete[/color] Sincerely, Leith Ros -- Leith Ros ----------------------------------------------------------------------- Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846 View this thread: http://www.excelforum.com/showthread.php?threadid=48028 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting if data from one collumn is present in another collumn | Excel Worksheet Functions | |||
looking for a value in a collumn | Excel Worksheet Functions | |||
Looking up data within a collumn | Excel Discussion (Misc queries) | |||
Last record in collumn. | Excel Programming | |||
Find a value in the collumn and then in that row | Excel Programming |