Custom VBA Class Development | 527 MB
Duration: 3h 32m | Video: AVC (.mp4) 1024×768 15fps | Audio: AAC 44.1KHz 1ch
Level: Intermediate | Works on: Windows PC or Mac | Released: 6/27/2014 | Project Files Included
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.
转载请注明:0daytown » Custom VBA Class Development