View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
AA2e72E AA2e72E is offline
external usenet poster
 
Posts: 400
Default 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?