The Cut, Copy, and Paste buttons are located in the Editing group on the HOME tab.
Answer the following statement true (T) or false (F)
False
You might also like to view...
What would display if following statements are coded and executed?
``` Declare Integer scores[3]= 76, 94, 83 Declare String names[3] = "Joe", "Amy", "Pat" Display names[1] Display "Your test score is: " Display scores[2] ``` a. Joe Your test score is: 94 b. Amy Your test score is: 83 c. Joe Your test score is: 76 d. Amy Your test score is: 94
What is the primary difference between text editors and word processors?
What will be an ideal response?
All of the following statements about using VBA in Access are true EXCEPT:
A) VBA works with the objects in the various object libraries. B) When using VBA to designate background colors, you must use the numerical equivalent. C) A method is an action that is performed by an object. D) The Option Compare Database statement is the best practice used by most programmers.
____ enables you to resize a worksheet to print on a specific number of pages.
A. Maximizing B. Scaling C. Enlarging D. Minimizing