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...

When selected, the ________ field property requires that each record contain a value not found in any other record

A) Description B) Unique C) Caption D) Foreign

Computer Science & Information Technology

Write an error handler that changes the ALT text of an image to “Error Loading” if the image loading is not completed.

What will be an ideal response?

Computer Science & Information Technology