What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2 ) is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?

A) Sheet 2.Unprotect Password:= ExcelIsFun B) Sheet 1.Protect Password:= "ExcelIsFun"
C) Sheet 2.Password:= "ExcelIsFun" D) Sheet 2.Unprotect Password:= "ExcelIsFun"


D

Computer Science & Information Technology

You might also like to view...

Write the body of the loop below, which is part of a function that searches for a given element (called goal) in an array and returns its index. The array is called list and its size is called length.

for (int i = 0; i < length; i++)

Computer Science & Information Technology

To enter data in a cell, you must first ____ the cell.

A. control B. scroll C. function D. select

Computer Science & Information Technology

You can use the ____ dialog box to delete a custom view, copy a view from one project to another project, or make a view available for every project.

A. Organizer B. Custom Manager C. View Wizard D. View Explorer

Computer Science & Information Technology

The ________ is the top slide in a hierarchy of slides

A) notes master B) title slide C) handout master D) slide master

Computer Science & Information Technology