What does the following line of code do to the selected cell?Selection.Font.Bold = False
A. Turns on bold formatting in the selected cell.
B. Replaces the contents of the selected cell with "False"
C. Turns off bold formatting in the selected cell.
D. Nothing, it contains a syntax error.
Answer: C
You might also like to view...
The final phase of the IR planning function is plan maintenance.
Answer the following statement true (T) or false (F)
Logical functions typically use conditional tests to determine if specified conditions called ________ are true or false
Fill in the blank(s) with correct word
Assuming that a file has been properly opened and that all variables are valid, which of the following is not a valid function?
A. fread(&inArea, sizeof(int), count, spFile); B. fwrite(&outArea, numElements, spFile); C. if (feof(spFile)) ... D. filePos = ftell(spFile); E. fseek(spFile, -1, 0);
The Client Server Model help overcome:
a. Network Traffic b. Centralized Data c. Data Access Performance d. All of the above e. None of the above