Modules

team lib

One term that you've already seen is modules . From the pictures in the previous chapter you saw that the Visual Basic IDE can have many modules. But what exactly are they? A module is really just a place to store procedures.

We generally group procedures into logical units. So, if we created a set of string handling procedures, we could put them all together in a single module, and call the module String Handling. As you go through the book you'll see this in practice. Each chapter has its own code module where the code for the chapter goes. This makes it easy to find.

 
team lib


Beginning Access 2002 VBA
Beginning Access 2002 VBA (Programmer to Programmer)
ISBN: 0764544020
EAN: 2147483647
Year: 2003
Pages: 256

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net