How do you insert multiple rows at the same time?

A. Click Insert Multiple Rows in the Rows & Columns group.
B. Select the number of rows you want to insert, then click an Insert Control.
C. Select one row and click the Insert Above or Insert Below button. You will be prompted to choose how many rows to insert.
D. You cannot insert multiple rows at the same time.


Answer: B

Computer Science & Information Technology

You might also like to view...

Which statement prompts the user for a name and then assigns the name to the string variable strName?

(A) strName = InputBox("What is your first name?", "First Name") (B) strName = MessageBox.Show("What is your first name?" "First Name") (C) InputBox("What is your first name?", ";First Name") = strName (D) MessageBox.Show "What is your first name?", "First Name" = strName

Computer Science & Information Technology

Write a method called average that accepts two integer parameters and returns their average as a floating point value.

What will be an ideal response?

Computer Science & Information Technology

What is the advantage of using folders?

What will be an ideal response?

Computer Science & Information Technology

You can set both start and speed options for a customized animation effect.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology