Do the VBA References have to be set up on all Word installs?
New to Word VBA programming...
I use VBA to control Word. When I go to Alt-F11\Tools\References, I select "Microsoft Active X Data Objects 2.7 Library"
After I have completed my programming I make a .dotm file and load it in the Word StartUp folder.
Do I also have to select the "Microsoft Active X Data Objects 2.7 Library" on every copy of Word that uses my macro enabled template or does it know to use it already based on the fact that I used it during development. I'm used to Delphi which compiles the libraries into the exe. Thanks
|