When using macros, what steps should you take to prevent viruses from running on your computer?

What will be an ideal response?

To prevent viruses from running on your computer, you should disable all macros when you are not working with them. To disable macros, click the Developer tab, then click the Macro Security button in the Code group. Clicking any of the first three options disables macros. The first option disables all macros without notifying you. The second option notifies you when macros are disabled, and the third option allows only digitally signed macros to run.

Computer Science & Information Technology

You might also like to view...

Where can local variables declared within a method’s body be used?

a. Only in that method between the line in which they were declared and the closing brace of that method. b. Same as (a), but not within while or if statements. c. Only within while or if statements within the method in which they were declared. d. Anywhere within the class.

Computer Science & Information Technology

Which of the following is false?

a. A string can be defined to store any data type. b. Class string provides bounds checking in its member function at. c. Class string’s overloaded [] operator returns a vector element as an rvalue or an lvalue, depending on the context. d. An exception is thrown if the argument to string’s at member function is an invalid subscript.

Computer Science & Information Technology