Creating your own VB code library

Code-VB supports re-using your code by identifying a folder called \library. It's  default location is specified below the folder in which the add-in is installed, but you can change that in Settings. Support consists of:

  • Easy Import (Alt-CM) from and Export to the library folder of classes and modules.
  • Organize these folders by introducing your own subfolders
  • Any modules (not classes) are automatically added to the Line of Code Builder. If you insert the procedure with this builder, the procedure is automatically added to your project in a module with the same name as where you stored it in in the library.