Chapter 10 - VBA Intro Flashcards
1
Q
What is a macro?
A
2
Q
What is a macro recorder?
A
3
Q
What is VBA?
A
4
Q
How does the Input-Processing-Output model apply to VBA code?
A
5
Q
How can VBA use RAM in the same way it uses a worksheet to store data?
A
6
Q
What is ‘Option Explicit’ ?
A
7
Q
What is ‘Logic Error’ ?
A
8
Q
What is ‘Syntax Error’ ?
A
9
Q
What is the locals window for?
A
10
Q
What is the immediate window for?
A
11
Q
How do you debug VBA code?
A
12
Q
Variable declarations …
A