All of the following statements are TRUE regarding loops in VBA EXCEPT:
A) Loops are used to execute a series of statements multiple times.
B) In the syntax of the Do loop, the data type of the element and group must be the same.
C) The number of times the code is executed can be determined by a specified number, until a condition is true or false, or the code can continue to execute however many objects there are in a collection.
D) There are essentially two categories of loops: Do loops and For...Next loops.
Answer: B
Computer Science & Information Technology
You might also like to view...
To note the pages referenced within a book, enter the page numbers in the appropriate box in the Create Source dialog box
Indicate whether the statement is true or false
Computer Science & Information Technology
How does a mirrored volume function to provide fault tolerance?
What will be an ideal response?
Computer Science & Information Technology