by Paul Kelly | | Classes and Objects, Most Popular, Vault Video
Webinar Number: W0041 This webinar includes: * Live Excel VBA Coding * What are Class Modules and why do I need them? * The 5 major advantages of using Class Modules that everyone should know. * How to use Class Modules with a Dictionary – so easy you’ll...
by Paul Kelly | | Classes and Objects, Vault Video
Webinar Number: W0028 Class Modules Advanced There are many articles on the basics of using VBA class modules. But most don’t go past the basics. This is because most authors don’t really understand class modules. In this webinar, I will take you past the...
by Paul Kelly | | Classes and Objects, Vault Video
Webinar Number: W0017 This webinar is based on this VBA Objects article. Downloads Download the workbook here. Related Links VBA Objects VBA Class Modules Class Modules Video(Members of the Vault Only) Class Modules Interfaces Video(Members of the Vault Only)...
by Paul Kelly | | Classes and Objects, Vault Video
Webinar Number: W0015 This webinar is a follow-up to the first webinar on Class Modules. It covers using the Implements keyword in VBA which allows us to use Interfaces. These are a powerful part of programming languages like C#, Java. Downloads You can...
by Paul Kelly | | Classes and Objects, Vault Video
“Classes struggle, some classes triumph, others are eliminated. Such is history” – Chairman Mao Webinar Number: W0004 This video is based on the article VBA Class Modules – The Ultimate Guide Related Links VBA Class Modules VBA Objects The Ultimate VBA...
by Paul Kelly | Sep 9, 2016 | Classes and Objects, Most Popular
“Classes struggle, some classes triumph, others are eliminated. Such is history” – Chairman Mao A Quick Guide to the VBA Class Module ItemExplanation Class Module Allows the user to create their own objects. MethodA public function or sub in the class...