Under Table Tools on the Layout tab, the ________ command in the Arrange group centers a table vertically
Fill in the blank(s) with correct word
Align Middle
You might also like to view...
What is wrong with the following code?
``` Dim intIndex As Integer For intIndex = 5 To 1 ListBox.Items.Add(intIndex.ToString) Next ``` a. The Next statement must read Next intIndex. b. A For Next loop cannot be used to count backward. c. intIndex is declared incorrectly for use with this type of loop. d. You need to specify a negative step value in order to execute this loop.
When analyzing a problem in designing a worksheet solution, what is the first step?
A. design the worksheet B. define the problem C. enter the data and formulas D. test the worksheet
Case AC 2-1Ron is an IT Manager at a local grocery store and is cleaning up one of his databases.Ron found a field that he wants to delete. He can delete a field by clicking the row selector for the field, and then clicking the Delete Rows button in the Tools group on the ____ tab.
A. Design B. File C. Home D. Create
Channels can be hidden ____.
A. by clicking the Indicates layer visibility button in the Layers panel B. using the History panel C. in the same manner as you hide layers but using the Channels panel D. using a button on the Tools panel