Local References

MaliciousMike

Registered User.
Local time
Today, 17:50
Joined
May 24, 2006
Messages
118
Hello,

Is it possible to load a list of references via code?

My problem is that when i update my application (which refers to Office 2003) my users get "MISSING" on a few references.

I understand there is no way for the program to update its own references with whatever's on the user's machine.
I could use late binding, but the amount of change to do that would be immense, so it's a last resort.

Anyway... what i'd like to do is set up a local file with the user's references which is loaded when they open the application.

Is this possible?
If so, could someone give me some commands and functions to look into?

Thanks

~Mike
 
use tables; i had code that got hijacked - it was pretty lengthy. it went into unloading references on close and loading them on open. all in vba, it loaded the correct version based on their OS and Office versions.
 
Last edited:

Users who are viewing this thread

Back
Top Bottom