Vishal has attended:
Access Introduction course
Access Intermediate course
Excel VBA Intro Intermediate course
Excel VBA Advanced course
Access Advanced course
Class modules
Please explain 'class modules' and why they are used
RE: class modules
Hi Vishal
Thank you for your question
A class module is a template for a customised object. Object Orientated Programming involves creating objects that represent real world entities, and manipulating their properties and invoking methods to represent real world events.
A class module is where we write the code that builds the properties and methods of the object in question. We then write code in standard modules that creates instances of the object and manipulates it.
Class modules are covered extensively in the advanced VBA course
Regards
Stephen