Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Custom VBA Class Development

via Pluralsight

Overview

Learn to build classes using VBA, making it easier to encapsulate and manage entities in your applications. Add properties, methods, and events to your classes, and then consume the classes as you create code. Focus on specific class-based features, such as collection classes and custom events, and learn to create dynamic data structures using VBA classes.

It's possible to create VBA applications for Microsoft Office and other VBA hosts without ever delving into the concepts of creating and using classes, but by skipping this important and useful functionality, you deny yourself one of the best ways to create scalable, maintainable applications. By encapsulating entities in discrete classes, you make it easier to ensure that generalized code doesn't interact inappropriately with your data. In this course, you'll learn to create and consume VBA classes, adding your own custom properties, methods, and events. You'll learn to handle specific class-based issues, such as orphaned objects and memory leaks, creating custom events and handling those events, and wrapping the Collection object in a class to extend and protect it. You'll also learn how to create standard dynamic data structures like stacks, queues, and linked lists using VBA, and you'll be astonished at how easy it is to create these using VBA classes.

Syllabus

  • Class Modules 75mins
  • Collection Classes 31mins
  • Reference Issues and Events 41mins
  • Dynamic Data Structures 59mins
  • Custom VBA Class Development Summary 4mins

Taught by

Ken Getz

Reviews

4.6 rating at Pluralsight based on 53 ratings

Start your review of Custom VBA Class Development

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.