![]() |
|
|
|
#1
|
|||
|
|||
|
That is correct. Otherwise here is a short macro that you could attach to a keyboard shortcut.
Code:
Sub NormalTemplateSave()
' Charles Kenyon
' 16 March 2022
' Save the Normal Template
Application.ScreenUpdating = False
Application.NormalTemplate.OpenAsDocument
ActiveDocument.Saved = False
ActiveDocument.Close SaveChanges:=True
Application.ScreenUpdating = True
MsgBox "The Normal template has been saved."
Application.ScreenRefresh
End Sub
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Cannot save some changes to normal.dotm template
|
wiganken | Word | 2 | 12-02-2020 03:28 AM |
Save and restore Word session
|
Elli | Word | 16 | 10-26-2017 06:29 PM |
Automatically save Normal.dotm
|
Micha Häsler | Word | 6 | 08-03-2015 02:09 PM |
Constant prompts to save Normal.dotm
|
Teeafit | Word | 2 | 08-03-2015 02:07 PM |
| Set Page Colour in Normal.dotm for Word 2013 | SteveWcg | Word | 2 | 11-19-2013 02:43 PM |