Terms Flashcards
represents the value that you pass to a procedure parameter when you call the procedure
Argument
Template for an object, it is used to create objects
Class
group of objects of the same type
a collection of like objects in the parent object (all children of the parent)
Collection
Action that takes place on the object that can run a marco
Objects response to something that occurs
Event
collection of code that does a calculation and returns the result of the calculation
Function
displays information resulting from debugging statements in your code or from commands typed directly into the window
Immediate Window
an action you perform with an object
Method
an excel entity (a person, place or thing). It is the basic building block of a macro
Object
all objects has a parent object. The hiearchy is the object genealogoy
Object Hierarchy
a block statement that is enclosed by a parcticular declaration statement and end declaration, a complete macro
procedure
basic language we will write our macros in
VBA
tool to write and edit vba code
VBA Editor
all the objects in a workbook along with any vba code you write in the VBA editor (top of the funnel)
VBA Project
like a folder where you save and store your code, no limit on count
Module
are collections of codes that carry out an action
Subroutine