Quote Originally Posted by Paul_Hossler View Post
Probably a matter of personal style, but I wouldn't put public variables in a Class module; I'd use Property Let/Get
A public variable in a class is the same as Property Let/Get, it is just less coding.