Chapter 1 Flashcards
standard VBA line continuation character sequence
a space followed by an underscore character
location to set macro security properties
File->Options->Trust Center->Trust Center Settings
Recommended security setting for macros
Disable all macros with notification
other locations of VBA
other members of Microsoft Office
VBA is these two types of languages
programming language
macro language
macro word origin
Greek makros
means large
You can customize your ____ _____ _____ with your own buttons that execute the macros you write.
Quick Access toolbar
Buttons for executing macros can also be added to this
the Ribbon
VBA can be used to create custom versions of these
worksheet functions
You can use VBA to develop your own special-purpose ___-____.
add-ins
VBA consists of these two types of procedures
Sub procedures
Function procedures
Function procedures return this
a single value
Example:
Function AddTwo (arg1,arg2)
AddTwo=arg1+arg2
End Function
VBA manipulates these
objects
Objects can act as ____ for other objects.
containers
object model refers to
the arrangement of objects