View Single Post
 
Old 02-19-2014, 01:01 PM
donaldadams1951 donaldadams1951 is offline Windows XP Office 2010 32bit
Advanced Beginner
 
Join Date: Dec 2013
Location: San Francisco Bay Area
Posts: 37
donaldadams1951 is on a distinguished road
Default 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
Reply With Quote