Class 2 Flashcards
1
Q
Boolean
A
True or false
It can contain numbers,
0= false everything is true
bln
2
Q
Integer
A
Whole numbers
Int
3
Q
Long
A
More values than whole number
Lng
4
Q
Double
A
Numbers with decimals
Dbl
5
Q
Date
A
Dates
dat
6
Q
String
A
Text (string of characters)
str
7
Q
Object
A
Any object in reference
Obj
8
Q
Range
A
Range of cells
rng
9
Q
Variant
A
All data types
(Numeric, string, or date data as well as special values Empty and Null
vrt