Compile Access application into a DLL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an Access appllication with some VBA procedures, and I would like to
be able to use them from other Access applications. How do I compile my
application into a DLL?

(I think that's what you have to do, then incorporate it via Tools,
References, right?)
 
AFAIK, there's no way to compile an Access application into a DLL. You'll
have to try moving the code into VB and make the DLL there.

Alternative, you can simply reference your MDB (or MDE) in another
application.
 
I have an Access appllication with some VBA procedures, and I would like to
be able to use them from other Access applications. How do I compile my
application into a DLL?

(I think that's what you have to do, then incorporate it via Tools,
References, right?)

try to add it to the references

you will see this works (in the VBE you will find a name of your
Database with a DLL extension)
If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW
 
Back
Top