All of the following statements are TRUE about improving the readability of VBA EXCEPT:

A) An important aspect of writing VBA is making sure the code is easy to read so that you and others can interpret what is happening.
B) You need to take extra steps to keep the code legible and to document what steps you are taking and why.
C) Commenting code in VBA is an excellent way of explaining the purpose and the intention of a procedure.
D) Lengthy statements become difficult to read, because without pressing Tab, the lines of code will extend continuously to the left.


Answer: D

Computer Science & Information Technology

You might also like to view...

Measured usage represents the ability of a cloud platform to keep track of the usage of its IT resources by cloud consumers. The __________________ mechanism can be used for the collection of billing information so that the cloud provider can charge the cloud consumer only for the IT resources actually used.

a. resource replication b. pay-per-use monitor c. automated scaling listener d. multi-device broker

Computer Science & Information Technology

Why is string matching important?

a. String matching is used to find patterns in text b. String matching is used in data encryption c. String matching is used for data compression d. String matching is used for efficient hash tables

Computer Science & Information Technology

In Safe Mode, you can use all of the following EXCEPT ____.

A. mouse B. printer C. screen D. keyboard

Computer Science & Information Technology

When using multiple control breaks,

a. All control break modules must be executed when one control field changes. b. Only the modules associated with the control field that changed are executed. c. Modules associated with the control field along with any modules that have control fields that are subordinate to that control field are executed. d. None of the above.

Computer Science & Information Technology