by Stuart Roberts (5 Submissions)
Category: Microsoft Office Apps/VBA
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(4 Votes)
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
Upload