Match the following terms to their meanings:

I. RunMacro
II. Trusted Location
III. Action Catalog Pane
IV. MessageBox
V. Status Bar text

A. Action used to run a macro from within another macro
B. This text argument displays text on the status bar while macro is running if Echo On set to "No"
C. Can search for an action using this
D. The warning or information can contain up to four arguments
E. If a macro action is not trusted, you must add the location of the database here for the macro to execute properly

A, E, C, D, B

Computer Science & Information Technology

You might also like to view...

A Web page provided by the Web server is written in Hypertext Markup Language

Indicate whether the statement is true or false

Computer Science & Information Technology

The statement cout << setw(4) << num4 << " ";

A) outputs the value of num4 rounded to 4 decimal places. B) outputs "stew(4)" before the value in the variable numb. C) outputs the first 4 digits of the number stored in numb. D) outputs the value stored in numb four times. E) does none of above.

Computer Science & Information Technology