Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a template with code that needs to connect to a
database (ADO) and to do this I need to add the object library reference. The problem I'm faced with is in the documents that are created from this tempalte are going to be severed from the template so I copy all the code to them locally except I can't figure out how to get the reference to be copied over to the documents. I tried to do it in code : Application.VBE.ActiveVBProject.References.AddFrom File strPath but with some Microsoft security patch I get this message: "Programmic Access to Visual Basic Project is not trusted" Is there some way to tell Word to copy references when it creates the documents from the template? -Cameron Sutherland |
#2
![]() |
|||
|
|||
![]()
Hi Cameron
Try Tools Options Security. Click Macro Security. On the Trusted Publishers tab, tick "Trust access to Visual Basic Project". If you have follow-up questions, I suggest you post to one of the Word VBA newsgroups, such as microsoft.public.word.vba.general. Hope this helps. Shauna Kelly. Microsoft MVP. http://www.shaunakelly.com/word "Cameron Sutherland" wrote in message ... I have a template with code that needs to connect to a database (ADO) and to do this I need to add the object library reference. The problem I'm faced with is in the documents that are created from this tempalte are going to be severed from the template so I copy all the code to them locally except I can't figure out how to get the reference to be copied over to the documents. I tried to do it in code : Application.VBE.ActiveVBProject.References.AddFrom File strPath but with some Microsoft security patch I get this message: "Programmic Access to Visual Basic Project is not trusted" Is there some way to tell Word to copy references when it creates the documents from the template? -Cameron Sutherland |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
We have word documents referencing a template on a dead server ho. | Microsoft Word Help | |||
Applying Styles from one template to existing documents | Microsoft Word Help | |||
VBA to Copy Template styles to many documents...is this OK? | Microsoft Word Help | |||
save and send document without sending template references | Microsoft Word Help | |||
Copying a letter header into a mailmerge template | Mailmerge |