PDA

View Full Version : CP21-1: Taking the Mystery out of VBA Class Modules



Autodesk University
2013-04-08, 07:10 PM
Instructor: R. Robert Bell

Class Description: There is a mystique surrounding Visual Basic's class modules. Many do not use them because class modules seem too hard to understand. This course will demonstrate how easy it is to implement simple class modules. We will use a dictionary to store drawing-specific information, and set and retrieve it using a class module. We'll also demonstrate how a class module makes it easy to reuse code from one project to another.