Usually a class module has data and methods for working with that data. This sounds a lot like a code module doesn't it? The primary difference between a code module and a class module is that there is never more than one copy of anything inside a code module, but you can cre...