Undeclared variables allowed in a Module defined with Option Expli
"cgr" wrote:
A module in my project allows undeclared variables to be created even though Option Explicit is defined.
Are the variables that are "allowed" declared as global in the other modules?
|