To select several nonadjacent items, hold down the Ctrl key
Indicate whether the statement is true or false
TRUE
You might also like to view...
Which of the following can be used in a switch statement in the expression after keyword case?
A. a constant integral expression. B. a character constant. C. a String D. an enumeration constant. a. A and B. b. A and C. c. B and C. d. All.
The process by which two parties can exchange keys over an unsecure medium is called a_______ protocol.
a) key-exchange. b) key-agreement. c) public-key. d) None of the above.
The Task Usage report is a crosstab report of summarized work, displaying tasks and their assigned resources in the row area.
Answer the following statement true (T) or false (F)
All of the following statements are TRUE about improving the readability of VBA EXCEPT:
A) An important aspect of writing VBA is making sure the code is easy to read so that you and others can interpret what is happening. B) You need to take extra steps to keep the code legible and to document what steps you are taking and why. C) Commenting code in VBA is an excellent way of explaining the purpose and the intention of a procedure. D) Lengthy statements become difficult to read, because without pressing Tab, the lines of code will extend continuously to the left.