I have defined a set of Global Vars in a Module named MyExcelGlobalVars; the Module only declares a handful of variables. And I set a Imports Statement at the top of a second Module named ExcelMakeMePretty where a a number of Public Sub are stored which use the global vars. In someplaces in the ModuleExcelMakeMePretty I can use the global vars without the reference to the Object MyExcelGlobalVars. Is there a rule to follow here?