Undeclared variables allowed in a Module defined with Option Expli
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.
|