Microsoft
Software
Hardware
Network
Question : Is there a way to include a template with a Word document?
I have a document with some VBA code in a module. The code uses one or two templates on my computer. If I send the document to another user, is there any easy way automatically to include or attach the templates to or with the document so that the VBA code can use them?
Many thanks!
—John Robin
Answer : Is there a way to include a template with a Word document?
Not really.
Some people copy the macros from the template to the document. That can be done with the Organizer, or in code with the OrganizerCopy method.
Random Solutions
How do i display month abbeviations instead of months in the proposed solution
Error attempting to set conditional formatting in Excel via VB.NET
Microsoft sql2005 security patch
Strange recycling of ASP.NET worker process without hitting any pre-defined limits!
C# Replace Statement
ASP.NET Gridview with linkbutton
How to associate a default schema with a login
Windows 7 right click option
Anybody have VBA code to force run Macro when open, but also will lock down access to VBA editor without password
Computed Column - Adding to current code