Hi Everyone
So I created a library module in a different file (a Writer file called READMEFIRST) that has a push button that when clicked copies the files over to the Standard Library in My Macros on the destination computer. So my .odb should never hang any more.
I used Listing 527 in Pitonyak’s chapter cited in soko192’s message to help me write the macro.
The only fun I had was distinguishing between the destination library container (on the destination computer) and the container on the source computer. In case it helps anybody else:
oDestLibs = GlobalScope.BasicLibraries ' this is the destination library container object on the home computer
oSrcLibs = oComponent.BasicLibraries ' this is the source library container object of the current document
Thanks to all who have me this far.
Best Wishes,
CB