Forum home » Delegate support and help forum » Microsoft Excel Training and help » microsoft excel courses tate - Macros
microsoft excel courses tate - Macros
Resolved · Low Priority · Version Standard
Bobby has attended:
Excel VBA Intro Intermediate course
Excel Advanced course
Macros
What is a class module?
For upcoming training course dates see: Pricing & availability
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
|
