Where in the application's code the variable can be used
How long the variable remains in the computers internal memory.
Has procedure scope becuase only that procedure can use the variable. See Figure 3.10
Has module scope because it can be used by all of the procedures in the form. See Figure 3.11
Has block scope because it can be used by block of code If...THen...Else or For...Next