Within VBA, you can write a procedure into your form that will insert a(n):
A) AJAX control. B) ActiveX control.
C) DeveloperX control. D) ApplicationX control.
B
You might also like to view...
A(n) ________ path starts from the directory in which the application began executing.
a. absolute b. relative c. parallel d. comparative
A user wants to purchase a new computer to use word processing software only. Which of the following computer types should be recommended?
A. Thin client B. CAD workstation C. Home server D. Gaming PC
Life span refers to how long information is reliable.
a. true b. false
Which statement is false?
a) Using global variables, instead of passing arguments, can increase program performance, but reduce effective software engineering. b) Hardcoding into a function the size of an array that will be passed as an argument rather than passing the size of the array as a parameter, reduces the software reusability of that function. c) sizeof is an operator that calculates the size of its argument in bytes at compile time. d) When applied to the name of an array, sizeof returns the number of elements in the array.