When you record a macro, the macro recorder writes instructions in:

A) Visual Basic.
B) C++.
C) Visual Basic for Applications.
D) macro language.


C

Computer Science & Information Technology

You might also like to view...

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

1. A GroupBox’s Text property displays in the upper-left corner of the GroupBox. 2. You can dock a control to the Top, Bottom, Left, Right or Outside of a Form by selecting the appropriate value for the control’s Dock property in the Properties window. 3. Overloaded methods normally perform similar tasks, but on different types of data. 4. Optional arguments can be placed in any particular order with non-Optional arguments in a method header. 5. You must provide a default value for any arguments that are declared Optional.

Computer Science & Information Technology

Identify the four basic categories of hardware in a personal computer system.

A. hard disk, modem, RAM, and microprocessor B. system unit, input/output, secondary storage, and communication C. system unit, input/output, secondary storage, and primary storage D. hard disk, input/output, secondary storage, and display devices

Computer Science & Information Technology

The Scrollable Frame option can be applied only to frames that contain text.

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

Computer Science & Information Technology

What happens to images that extend beyond the original boundaries of the View object?

A. they are scaled smaller B. they are clipped C. they are discarded D. they are hidden

Computer Science & Information Technology