And to have:
Option Explicit
automatically added to every new module, in the VBE (Visual Basic Editor), go to Tools -> Options and click the "Editor" tab and check the box next to "Require Variable Declarations" (if not checked). Every new module with have "Option Explicit" at the top of the module.