answersLogoWhite

0

Select the whole worksheet and press backspace/delete.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Command used to remove cells and data from the worksheet?

Delete.


What is a roll over state?

There are commands in database two delete data. Delete command delete the data from the table. DROP commands delete the whole table structure along with its data. To restore the deleted data we can use roll back command.There are two commands that we can use to delete the table or content of table. If we deleted wrong data by mistake , then we can restore it by using rollback command.


What is the command used to remove cells and data from the worksheet in excel?

Delete


You used a table to display a range of data in your worksheet While editing the worksheet you decide that although you want to retain the data you no longer want to keep it in table form?

Convert the table into a range


If you delete query does it delete the original information in the table?

Your question is unclear. If you mean if you delete a query, then it does not affect the data in the table. Deleting any kind of query does not affect the data in any table it uses. If you mean if you run a Delete query, then yes the data in the table will be deleted. That is what Delete queries are for.


Where is data stored in an Excel worksheet?

The data is stored in cells on the worksheet. Sometimes they are arranged like a table, but some data may not be organised like that.


What is data sheet view in Microsoft access?

Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.Data sheet view shows data laid out like a table or a worksheet in a spreadsheet. The headings of fields will be at the top of each column.


What is a document that organizes data in rows and colums?

It is called a spreadsheet or a worksheet.


Which database object stores data in a format similar to that of a worksheet?

table


What is a table or worksheet of data arranged in rows and columns using formulas to calculate data?

array


How do you delete cells in a table without deleting the information in the cell?

It need to export data in the table, for instance, as a string, and after that delete the table. edit mode


Which SQL statement is used to delete data from a database?

The SQL statement used to delete data from a database is DELETE FROM table_name WHERE condition;. This statement deletes rows from the specified table based on the condition provided. Make sure to use caution when using DELETE statements as they permanently remove data from the database.