In This Chapter
This chapter presents an introduction to class modules and includes several examples that might help you better understand this feature and give you ideas for using class modules in your own projects.
An introduction to class modules
Some typical uses for class modules
Examples that demonstrate some key concepts related to class modules
For many VBA programmers, the concept of a class module is a mystery, even though this feature has been available in Visual Basic for several years - it was added to Excel beginning with Excel 97. The examples in this chapter may help to make this powerful feature less mysterious .