If you receive an Error Number of ________ when stepping through a macro, then it means there are no errors detected with a macro action
A) null B) one C) none D) zero
D
Computer Science & Information Technology
You might also like to view...
Match the following results with the proper DatePart formulas (assume a BirthDate of December 26, 1959 at 10:30 AM):
I. 1959 II. 12 III. 26 IV. 7 V. 10 A. =DatePart("h",[BirthDate]) B. =DatePart("w",[BirthDate]) C. =DatePart("d",[BirthDate]) D. =DatePart("m",[BirthDate]) E. =DatePart("yyyy",[BirthDate])
Computer Science & Information Technology
The switch statement is a general repetition statement that can be used in a variety of programming situations.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology