C
cgr
A module in my project allows undeclared variables to be created even though
Option Explicit is defined.
Any idea why?
The remaining modules (all defined with Option Explicit) in the project do
not allow undeclared variables to exit.
Option Explicit is defined.
Any idea why?
The remaining modules (all defined with Option Explicit) in the project do
not allow undeclared variables to exit.