Select this check box to hide zones and phases that do not have a routine attached.
Form Level Settings
These settings apply to the whole template.
-
Force Variable Declarations (Option Explicit)
Select this check box to help ensure that variable names are correct throughout. You must explicitly declare all variables before any procedures in the script. Then if you attempt to use an undeclared variable name, for instance, misspelling a variable, an error occurs.
-
Exclude Global Properties and Methods
If you have a lot of global properties and methods defined and they are not required in this template, select this check box to save the time it would take to load them.