Which of the following is NOT true about identifying different elements in the VBA Code window?

A) A procedure begins with Sub and ends with End Sub.
B) Blue text indicates a keyword.
C) A dash or hyphen is used as a line continuation character.
D) Green text indicates a comment.


C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) The virtual property is not inherited. 2) A class that has a pure virtual member function is called a concrete base class. 3) No objects can be defined of abstract base class type since it is an incomplete definition. 4) It is OK to assign between objects of base type and objects of derived type. 5) A pointer to objects of a derived class can be assigned pointers to objects of the base class in the inheritance hierarchy.

Computer Science & Information Technology

A(n) ____________________ folder allows advanced users to save motion presets of their own design.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To modify an existing formula in a table, from the shortcut menu select:

A) Edit Formula. B) Update Formula. C) Update Field. D) Edit Field.

Computer Science & Information Technology

Under what circumstances will a method receive the actual memory address of a passed array, and have access to the actual values in the array elements?

A. Only when it is passed by reference. B. Only when it is passed by value. C. Only when the array is inherited. D. Only when the array is within the method's scope.

Computer Science & Information Technology