Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a way to Clear all cells on a speadsheet after a given row
.. For instance: clear all data below row 1000. In particular, I am lookinfg for a way to do it with out programatically determinig the LAST row that has data and having to cycle thru each row and delete it. Is there a line of code that would basically say: Range. Rows( 1001) to Rows("End of spread sheet data" ).Clear. I dont want to force it to create the sheets row limit (row 16000+) either, I just want it to know where the last row data is in. Any assistance would be helpful. Thanks to All |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Sheet to new Sheet and clear cells on original sheets | Excel Discussion (Misc queries) | |||
Clear a set of combo boxes after a Submit of data to a new sheet. | Excel Worksheet Functions | |||
Can I lock data into few cells in sheet and clear the rest | Excel Discussion (Misc queries) | |||
Clear all cell in a sheet | Excel Programming | |||
Code to clear sheet | Excel Programming |