VBCodeCollector is an ActiveX Exe which can be run as standalone application or like an add-in, directly in VB IDE.
Using as standalone application, you only have to install it and then run the program. Using as add-in you have to register the program before can be launched. When you installed the package it was registered the ActiveX Exe, into the registry, but wasn't registered as VB add-in. All you have to do is to change by hand the file VBAddin.ini, found in %WINDIR% (generally C:\Windows or C:\WinNT). In this ini file you have to add the following line:
VBCodeCollector.Connect=0
After this, you can run the program directly in VB IDE by selecting Add-Ins | Add-ins manager ... and then select "VBCodeCollector.Connect" from list and check "Load/Unload" and "Load on Startup".
The tool-bar of the program will show up and also, a new line in Add-ins item of the menu.
Press
for showing the main form of the program or keep the mouse a
second for tool-tips, for other buttons.
Launching as standalone application can be made using the shortcut created when you installed the program.
For this program it's supposed you already have Visual Studio installed (with VB run-time and ADO). Also, it's used "Microsoft Office 8.0 Object Library" (or newer).