Total Visual SourceBook is any developer's best friend. This incredible tool provides you with a code library of more than 40 categories, 150 classes and modules, 2,300 procedures, and 85,000 lines of code. Every major category of application development is included:
Error handling
Printing
XML
Math routines
Soundex
File and disk operations
Password encryption
String handling
Date and time functions
And much more!!!!
The code library alone is worth many times the price of this tool. If that is not enough, you can use Total Visual SourceBook as a repository for all the user-defined functions that you build. You can add your own categories and functions. This tool goes a long way toward promoting reuse and consistency within a development environment.
Figure 31.19 shows the VBA Date and Time functions with the CADOConnJet routine selected. Notice that the window contains a Code tab, a Notes tab, an Example tab, and a Details tab. The Code tab, shown in Figure 31.19, shows the selected procedure. The Notes tab, pictured in Figure 31.20, contains important notes about the procedure. The Example tab, shown in Figure 31.21, gives examples of how the procedure is used. The Details tab provides other important procedure details such as dependencies that the selected procedure has on other procedures.