![]() |
|
|
|
#1
|
|||
|
|||
|
Code:
Sub AttachNormalNoStyles()
'
' Attach Normal Template without updating Styles
' written by Charles Kenyon 2015-09-27
' https://www.msofficeforums.com/word/28024-word-2007-template-missing-share.html
'
With ActiveDocument
.UpdateStylesOnOpen = False
.AttachedTemplate = Application."\\server\share\template.dot"
End With
End Sub
Ant I would put this macro into the template itself? |
|
#2
|
|||
|
|||
|
Quote:
Try: Code:
.AttachedTemplate = "\\server\share\template.dot" I would put it in a Global Template with either a QAT button and/or a keyboard shortcut to trigger it. |
|
#3
|
|||
|
|||
|
Must admit, I am a little confused.
Which template to I add this to? If I open a saved file which has the rouge missing template attached, this is when I have trouble. Would I need to add this macro to everyone of these files? I open the files from windows explorer, not through file>open. Does that make sense? Thanks. |
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New Template window in Word 2007 | kerrk | Word | 1 | 10-14-2011 02:06 AM |
| Missing standard office tabs in ribbon for word 2007 | pugs | Word | 5 | 09-23-2011 12:12 AM |
| Need help creating a word 2007 resume template | gsw1 | Word | 0 | 09-27-2010 06:29 PM |
| How to share macros in Powerpoint 2007?? | proshop | PowerPoint | 0 | 12-20-2009 07:29 AM |
| Editing Default Word 2007 Template | nhrav | Word | 0 | 09-16-2008 05:08 AM |