View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
cgr[_2_] cgr[_2_] is offline
external usenet poster
 
Posts: 6
Default Undeclared variables allowed in a Module defined with Option E

No.

"AA2e72E" wrote:

"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?