| VBMaximizer Tour: |
The Code Librarian is a full-featured utility that lets you store code libraries of any size into an MDB database, or any other ADO-compliant database source. You can store individual routines, BAS modules, and CLS modules, search and bookmark them, organize in categories using drag-and-drop, and much more. When it's time to paste them into your current project you can decide where the declaration code -API declares, global variables, Type and Enum blocks, etc. - should go (to the current code module or a specific BAS module), and the Code Librarian takes care about modifying their scope accordingly. In addition to routines, you can use the Code Librarian to store files of any type, associating them to a single routine or to a category. In this way you will have the opportunity to group all your sample files and zipped projects in one place achieving a better organization.

![]() |
Browse through the categories and find out the routine you need |
![]() |
Read the routine in the right pane |
![]() |
If you think you will need the routine in the future, bookmark it in order to jump to it quickly |
![]() |
If you don't find the routine you need, you can use the Search dialog to perform advanced searches through all or some of the categories, specifing a lot of options |
![]() |
Finally, paste the selected routine in the current module, or in any other module of the current project, simply by clicking the correspondent button in the toolbar |