Scope of Variables
(Continue)
As you saw in the previous page,
If you
declare variable in a sub, it exist only
within the sub.
To declare
variable that will be exist in all subs,
you have to declare it in
the "Declarations area" of your code.
Choose "(General)" From the
components List in the code window
(Figure 1).
Figure 1