Within VBA, you can write a procedure into your form that will insert a(n) ________

A) DeveloperX control B) ActiveX control
C) AJAX control D) ApplicationX control


B

Computer Science & Information Technology

You might also like to view...

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

1. If the stopping condition for a recursive function is missing or incorrect, the compiler will detect this error. 2. A recursive function may only be used to solve mathematical problems. 3. A "stack overflow" error often indicates that a recursive function is not terminating. 4. A recursive function is, by its nature, always more efficient than its iterative version. 5. A typical recursive solution will break a problem of size n into n/2 problems of size n - 1.

Computer Science & Information Technology

When moving your mouse pointer over a taskbar icon for an open program, a ________ of the file is displayed

A) dialog box B) Key tip C) thumbnail D) shortcut

Computer Science & Information Technology

The gridlines on an Excel worksheet do NOT print by default

Indicate whether the statement is true or false.

Computer Science & Information Technology

The ___________________ statement is useful for displaying diagnostic messages that can assist with debugging a program.

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

Computer Science & Information Technology