1. (1 pt each) True or False:
a.
T
F (8.2.3) The standard prefix for button controls in VBA is btn.
b.
T
F (8.2.3) The Boolean expression Not x Or Not y evaluates to True when either x or y is false.
c.
T
F (8.2.3) An integer requires more bytes than a variant
d.
T
F (8.2.3) The attributes associated with an object are called methods.
e.
T
F (8.2.3) The default property for a textbox is "Caption"
f.
T
F (8.2.3) All "If" statements in VB must have an "Else" statement.
g.
T
F (8.2.3) The debugging tools in the Visual Basic Editor are used to track down and fix syntax errors.
h.
T
F (8.2.3) A Range object in VBA can reference multiple cells.