I usually prefer to always add scope modifiers (Private and Public) in front of a sub or a class global variable. So I was just wondering what the default scope is for a sub if the modifier keyword is left out and likewise what the default scope is for a variable declared with the Dim keyword in the Class_Globals sub.