Does any one know if it is possible to create DLL's with VBA? If so can anyone recommend a good site or book for instructions on this.
I have an MS Office application that sits on our server it is properly registered within the windows registry and all works fine.
The application consists of MSDE backend database and draws contact information from Exchange server, Project details from various MS Project files. All data transfer and a lot of validation is handled by ADO in a series of VBA class modules and collection classes. Reporting and data entry is done from an Access application and Excel, Project and Word templates. It is fully tested, debugged, secured and works fine.
Unfortunately Little Hitler in the head office IT dept has informed us that storing all of the class modules in a seperate access database is not secure, against company policy and we have to put them into encrypted DLL files. We are not programmers and built this application relying heavily on Access Developers Handbooks and VBA Developers guide and have absolutely no idea how to go about creating DLL or other library files any ideas would be greatly appreciated, even if it is to 'Seek Professional Help?"
Regards
Jon
Sorry: The Class modules were created in VB Editor and expotred - they are stored in a folder on the server /classes as .cls and .bas files. With no access from clients.
I have an MS Office application that sits on our server it is properly registered within the windows registry and all works fine.
The application consists of MSDE backend database and draws contact information from Exchange server, Project details from various MS Project files. All data transfer and a lot of validation is handled by ADO in a series of VBA class modules and collection classes. Reporting and data entry is done from an Access application and Excel, Project and Word templates. It is fully tested, debugged, secured and works fine.
Unfortunately Little Hitler in the head office IT dept has informed us that storing all of the class modules in a seperate access database is not secure, against company policy and we have to put them into encrypted DLL files. We are not programmers and built this application relying heavily on Access Developers Handbooks and VBA Developers guide and have absolutely no idea how to go about creating DLL or other library files any ideas would be greatly appreciated, even if it is to 'Seek Professional Help?"
Regards
Jon
Sorry: The Class modules were created in VB Editor and expotred - they are stored in a folder on the server /classes as .cls and .bas files. With no access from clients.
Last edited: