Nate wants to modify his document by adding a placeholder for the department that needs an intern. He opens his
template, positions the insertion point, and presses Ctrl+F9. Which code should he add to this field?
{Button No Macro Type the name of department here}}|
{Button No Macro. [Type the name of the department here]}
{MacroButtonMacro[Type the name of the department here]}
{MacroButton NoMacro [Type the name of the department here]

Respuesta :

Answer:

{MacroButton·NoMacro·[Type the name of the department here]}

Explanation:

The requirement is simple. First, he/she needs to add the Macro button. Then he/she needs to assign no macro to it as we only need to add a placeholder where we can print the department name which needs an intern. However, always keep in mind that the macro if required must be present on your workbook you are working. As if this is not the case, then that macro will not run on your client's PC as the macro is only accessible to you. This point is very important. And then you need to enter the name of the department that needs to be displayed. And hence the option mentioned in the Answer section is the right answer.

Answer:

D is correct

Explanation: