I have a database that I use to keep track of quotations at our workplace. When a new quote is created the database makes a copy of a standard word template and replaces certain strings wtih information unique to the quote (quote number, revision, etc.) The user can also create an excel document if they wish. In order to do these functions, I had to load the microsoft word x.0 object library and microsoft excel x.o object library.
I created the database in my version of access, which is 2007, meaning by default I load in word 12.0 object library and execl 12.0 object library, however other users have old versions of word/excel so they need to load in the 11.0 libraries. I tried to add a routine to the database that checked for the 12.0 object library and loaded in the 11.0 object library if it was not found, but when I used references.addfromfile(filename) I got errors claiming the library was already loaded.
Long story short: the users with the old version have the 11.0 libraries available, but not activated. Is there a command or way to activate those already loaded libraries?
Thanks
I created the database in my version of access, which is 2007, meaning by default I load in word 12.0 object library and execl 12.0 object library, however other users have old versions of word/excel so they need to load in the 11.0 libraries. I tried to add a routine to the database that checked for the 12.0 object library and loaded in the 11.0 object library if it was not found, but when I used references.addfromfile(filename) I got errors claiming the library was already loaded.
Long story short: the users with the old version have the 11.0 libraries available, but not activated. Is there a command or way to activate those already loaded libraries?
Thanks