Excel Flashcards
Unit P
To enter and edit VBA code, you work in the?
Visual Basic Editor
In VBA macro code, a sequence of VBA statements is called a?
Procedure
The first line of a procedure, called the?
Procedure header
Are variables used by other procedures that the main procedure might run.
Arguments
Items that appear in blue are?
Keywords
The keyword sub in the procedure header indicates that this is a?
Sub procedure
Is the Visual Basic equivalent of a worksheet.
Module
Is the collection of all procedures in a workbook.
Project
Displays a list of all open projects?
Project Explorer
Displays the selected module’s procedures?
Code Window
Displays a list of characteristics associated with the module?
Properties Window
Every Excel element, including a range, is considered an?
Object
Represents a cell or a range of cells.
Range object
Notice that several times in the procedure, a line of code?
Statement
Is an attribute of an object that defines one of the object’s characteristics or an aspect of it’s behavior?
Property