To allow a user to make changes to a cell after a worksheet is protected, you must ________ the cell
Fill in the blank(s) with the appropriate word(s).
Answer: unlock
Computer Science & Information Technology
You might also like to view...
Which of the following is true when you select a virtual machine in the Virtual Machines view in administrator console?
A. you can work with snapshots by clicking Manage checkpoints B. CPU usage for that VM is shown as a numeric percentage C. you need to switch to the Hosts view before connecting to the VM D. double-clicking the thumbnail of the VM displays its current status
Computer Science & Information Technology
Which of the following input statements does not correctly read a string?
A. scanf("%s", str); B. scanf("%.30s", str); C. scanf("%30s", str); D. scanf("%*s", str); E. scanf("%*30", str);
Computer Science & Information Technology