Bobby has attended:
Excel VBA Intro Intermediate course
Excel Advanced course
Macros
What is a class module?
RE: Macros
Hi Bobby
A Class Module is Excel's way of allowing the user to create their own custom objects with custom properties and methods.
It also allows programmers to share pieces of code without needing to understand how it works.
In the VBE the Workbook, Worksheet, Chart and Form modules are all types of enhanced class modules.
Carlos