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
You might also like to view...
In a form, you can move to the next field by pressing the Enter or ________ keys
A) Ctrl + Tab B) Ctrl + Enter C) Tab D) PgDn
In addition to their attributes, classes have methods associated with them, and every object instantiated from a given class possesses different methods.
Answer the following statement true (T) or false (F)