VBA Flashcards

1
Q

VBA Requires

A

Developer Option

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

Developer Option

A
  1. File
  2. Options
  3. Customized Ribbon
  4. Go to Developer and Click it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Visual Basic Ribbon

A

Alt+F11

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

VBA

A
  1. Visual Basic for Applications

2. Procedures are Written

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

Module

A

Creates Code

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

Run Macros through Module

A

On the Sheet Which is Open

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

F5

A

Run Code

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

F8

A

Debugging: Step By Step

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

Body of Code

A

Sub Name and Then Enter

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

Range

A
  1. Cell Reference e.g. “A1:A6”
  2. Cells e.g Cells (), Cells ()
  3. Range Name e.g. “myrange”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Variable x

A

e.g. x=1

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

Stop

A
  1. Write Stop

2. Click on Grey Area on the Left Side of the Code

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

For

A

x=1 to 10

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

Next

A

x

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

Date

A

Function

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

If

A

Then and End If

17
Q

Else

A

Within Above Loop

18
Q

Values Can Also Be

A

False and True

E.g. Cells (3,2)= False