Solved

All of the Following Statements Are TRUE About Improving the Readability

Question 74

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions