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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Used to store text values

A

String

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Used to store TRUE or FALSE values

A

Boolean

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Store whole number values within the range -32768 to 32768

A

Integer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Store the whole number from -2,147,483 to 2,147,483

A

Long

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Used to store numbers with decimals

A

Double

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Used to store dates

A

Date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly