Discuss when you would use Merge and Center in a worksheet.
What will be an ideal response?
Merge and Center is helpful when you want to center a main title over the worksheet data columns. It is also used to center headings over subheadings, such as merging and centering the heading Revenue over two subheadings Gross and Net.
You might also like to view...
Which of the following code segments sets all elements of the array strStudentNames to the value NONE?
a. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` b. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length - 1) strStudentNames(intCount) = "NONE" Next intCount ``` c. ```Dim intCount as Integer For intCount = 0 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ``` d. ```Dim intCount as Integer For intCount = 1 to (strStudentNames.Length) strStudentNames(intCount) = "NONE" Next intCount ```
Show the output of the following code.
```
#include
The Research task pane can be found on the ________ tab
A) View B) Review C) Insert D) Proofing
?Which of the following would call into question the validity of the dataset?
A. ?a value not submitted in the expected format B. ?results that are different than expected C. ?more data values than expected D. ?values that fall within the anticipated range