Chapter 16. Building Modular Code and Using Classes

This chapter shows you how to start building modular code—code broken up into individual components rather than all built together into a monolithic lump. You'll also see how to approach creating reusable code that you can use in other procedures.

The second part of this chapter discusses how you can build and use your own classes in VBA to implement custom objects, store information in them, and return information from them.

In this chapter you will learn to do the following:

  • Arrange your code in modules

  • Call a procedure

  • Pass information from one procedure to another

  • Understand what classes are and what they're for

  • Create an object class

Creating Modular Code

The code that you've created so far in this ...

Get Mastering VBA for Microsoft® Office 2010 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.