Chapter 12 - Visual Basic for Application (VBA) Flashcards
1
Q
A set of instruction that executes a sequence of command to automate repetitive or routine task.
A
Macro
2
Q
Used to store text values
A
String
3
Q
Used to store TRUE or FALSE values
A
Boolean
4
Q
Store whole number values within the range -32768 to 32768
A
Integer
5
Q
Store the whole number from -2,147,483 to 2,147,483
A
Long
6
Q
Used to store numbers with decimals
A
Double
7
Q
Used to store dates
A
Date