answersLogoWhite

0

No, but you can use the insert command to insert a new worksheet (a workbook is a collection of worksheet).

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you insert a new spreadsheet into an excel workbook?

Right-Click on a tab at the bottom of the workbook and insert new sheet.


What is the past tense of insert?

The past tense of insert is inserted.


How do you insert table on Gmail?

Data can be inserted into a table using the INSERT command. Syntax: INSERT INTO TABLE NAME VALUES () Ex: INSERT INTO emp_master VALUES ('1111', 'Rocky', '10-05-1978')


What allows you to insert rows between row that already contain data?

The insert command


How can you insert a sheet to your workbook?

The simplest way is to right click on the sheet tab and pick Insert.


If you insert a header into a workbook it will?

It will print at the top of each page.


Can a page number field be inserted using the Quick Parts command?

Yes. One of options is Field and when you pick that you can choose a page number field and insert that into the document.


Is insert a past tense?

No, the past tense of the verb to insert would be inserted. Usually the term comes up as a present tense imperative: insert coin here.


What is a roblox insert script?

A ROBLOX Insert Script is a script inserted into Workspace.


Why mandibular denture is inserted first and maxillary denture is inserted after that?

There is no such thing. One can insert any of it.


When you select a row and ask Excel to insert a row where is the new row inserted?

It is inserted above it.


What is SQL insert into?

SQL INSERT INTO is a command used to add new records to a database table. It specifies the table where the data will be inserted and can include the columns to be populated, along with the corresponding values. For example, the syntax INSERT INTO table_name (column1, column2) VALUES (value1, value2); adds a new row with the specified values for the designated columns. This command is fundamental for data entry and management in relational databases.