98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Class modules
Class modules
Resolved · Low Priority · Version 2003
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
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Repeat actionThe F4 key will usually repeat your last action. e.g. delete a row, then select another row and press F4 to delete again. |