All of the following are TRUE about VBA procedures EXCEPT:

A) If a Sub procedure is to run when a workbook opens or a worksheet becomes active, then it is typically stored in the workbook or worksheet object to take advantage of the Procedure menu at the top of the Code window.
B) Three primary types of procedures are supported by VBA.
C) You can have zero or hundreds of Sub procedures and functions written within a single module.
D) Function procedures are often used to create custom functions that can be entered in worksheet cells.


B

Computer Science & Information Technology

You might also like to view...

Which of the following are the correct preprocessor commands necessary to prevent multiple inclusions of header files? If there is an answer here that works to prevent multiple inclusion, carefully describe how it works in the explanation.

a)``` #include “header.h” ``` b)``` #define HEADER_H #ifndef HEADER_H //declarations for header.h go here #endif c) `````` #ifndef HEADER_H #define HEADER_H // declarations for header.h go here #endif ``` d)``` #ifndef HEADER_H //declarations for header.h go here #endif ```

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 9-1Tara has just gotten her first computer connected to the Internet. She is very excited to start e-mailing her friends and family. Tara wants to send her aunt some pictures from her last vacation. While attempting to attach the pictures individually to an e-mail, she notices that the file sizes are just too big. In order to easily remedy this problem, Tara should ____.

A. attach each picture to its own separate e-mail B. compress all of the pictures into one smaller file with a .zip extension C. send her aunt the pictures through the Post Office; e-mail is not made for sending pictures D. learn how to make a Web site and post her pictures there

Computer Science & Information Technology

A level is a position within a structure, such as an outline, that indicates the magnitude of importance.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A circle that enables you to adjust the height or width of a selected chart.

What will be an ideal response?

Computer Science & Information Technology