Hi,

I have an MDB that has its VBA modules and code (lets call it main MDB). I have got another MDB with some VBA functions that i'd like to protect its code. (lets call it functions MDB) any ideas how to do it?

I guess i'm asking is it possible to either:
1. compile the functions MDB into an MDE, and then somehow to link the main MDB code into this new MDE...

2. to somehow compile or otherwise secure the code modules inside the functions MDE and then to export them to the MDB

is this possible somehow ?