The ____ object acts as a container for Visual Basic objects in a Document Actions task pane.

A. Pane
B. ActionsPane
C. Actions
D. PaneControl


Answer: B

Computer Science & Information Technology

You might also like to view...

The loop can best be categorized as a __________.

``` z = 0; g = 0; s = 0; i = 0; while (i < 50) { scanf("%d", &t); s = s + t; if (t >= 0) g = g + 1; else z = z + 1; i = i + 1; } ``` a. counter-controlled loop b. sentinel-controlled loop c. loop that computes a product d. general conditional loop e. none of the above

Computer Science & Information Technology

To create a form, you click Form in the Forms group on the ________ tab

Fill in the blank(s) with correct word

Computer Science & Information Technology

You should save and close all open pages prior to opening the master.dwt page.

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

Computer Science & Information Technology

What process makes one group a member of another group?

A. nesting B. cloning C. copying D. grouping

Computer Science & Information Technology