M
MFRASER
How do I delete everything in a spreadsheet without deleting the
spreadsheet?
spreadsheet?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Ron de Bruin said:I like to add this to Frank's reply
If you use Ctrl-A in excel 2003 it will select the current region.
If you use it a second time it will select all cells.
For all versions you can click on the left of the column number A and above
the row number 1 to
select all cells
With code you can use
Sheets("sheet1").Clear
Or
Sheets("sheet1").ClearContents
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.