Demonstrates how to write code for most Microsoft Office application without having the
code reside in VBA. This is done by writing the bulk of what you want to do in a DLL
which is referenced and used by the Office application. This has advantages like being
able to use forms that were generated through VB 5 or 6 instead of the poor VBA forms.
Read the readme.txt file enclosed with the ZIP for some more info.
Cheers