
VBA Class Modules – The Ultimate Guide - Excel Macro Mastery
Sep 9, 2016 · A VBA Class module is used to create your own custom objects in VBA. It is the VBA equivalent of the classes you find in languages such as C# and Java.
VBA Objects – The Ultimate Guide - Excel Macro Mastery
Jun 29, 2016 · In my next post, I will cover creating objects using Class Modules. However, before you create your own it is vital that you understand exactly what they are and why you need them.
Webinar Archives - Excel Macro Mastery
How To Debug VBA Code Like a Pro (Video) How to use Advanced Filter with VBA (Video) The Ultimate Guide to Error Handling in Excel VBA (Video) How to use Class Modules in Excel VBA (Video) Excel …
VBA Articles - Excel Macro Mastery
VBA Tutorial 1 – The Ultimate Guide for Beginners VBA Error Handling – A Complete Guide VBA While Loop – A Complete Guide VBA Class Modules – The Ultimate Guide VBA Objects – The Ultimate …
VBA Dim – A Complete Guide - Excel Macro Mastery
This post provides a comprehensive guide to using the VBA Dim statement. The quick guide table shows you the format of the DIm statement and all the ways it can be used.
Classes and Objects Archives - Excel Macro Mastery
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.
Excel VBA Dictionary – A Complete Guide - Excel Macro Mastery
This post contains everything you need to know about using the VBA Dictionary. There are tons of code examples including a real world application.
VBA UserForm – A Guide for Everyone - Excel Macro Mastery
Apr 22, 2016 · Learn how to quickly and easily add an Excel VBA UserForm to your project. See how to open, close, read from etc. Tons of useful code examples.
The complete Guide to Excel VBA Sub and how to use it
If you want some quick information about creating a VBA Sub, Function, passing parameters, return values etc. then check out the quick guide below. If you want to understand all about the VBA Sub, …
VBA Tutorial 1 – The Ultimate Guide for Beginners - Excel Macro Mastery
Jan 21, 2018 · The only VBA tutorial that comes with exercises and full solutions. Learn VBA by doing. Includes a quiz and end of tutorial assignment.