Apply template to an existing Word document file

44

15

I have a bunch of really old system manuals that need to be updated, but I can't for the life of me imagine opening each one up and applying the styles, ensuring font remains same, size color, etc.

I have a template saved (header and footer with logo, etc) and want to apply the standard header and footer across multiple documents.

Possible?

Kaushik Gopal

Posted 2009-12-16T11:30:19.180

Reputation: 1 714

3Since I can't post an answer I'll just point out in a comment that you do not need to use the developer tab in Word 2010. You can instead do the following, go to: File | Options | Add-Ins | Manage: Templates | Go | Attach... | Choose the file | Check: Automatically update document styles | OK. Then you're done. – Håkon K. Olafsen – 2016-02-03T18:38:39.840

Consider accepting an answer if you found it helpful. – Stevoisiak – 2017-06-29T15:02:56.160

Do you hope to apply the same template to Word Documents and Excel files? I don't think that's possible. – pavium – 2009-12-16T12:09:18.337

the solution can be something arround VBA scripting, (ALT+F11 to get started) but how much files do you have ? – None – 2009-12-16T15:50:29.440

Answers

38

From Quickly Formatting Multiple Documents for Word 2007 (I hope that for Excel it may be somewhat similar):

  1. Display the Developer tab of the ribbon and then click on the Document Template tool.

Document Template button

  1. In the Templates and Add-ins window, click on the Attach button.

Templates and Add-in window

  1. Use the controls in the Attach Template dialog box to locate and select the template you want attached to your document, then click Open.

Attaching a template

  1. The Attach Template dialog box disappears and the name of the template you selected appears in the Document Template box.

Attached template

  1. Select the Automatically Update Document Styles check box to make sure that the styles in the template are applied to your document.

Automatically update styles

  1. Click on OK.

Click OK

If you don't see the Developer tab necessary for step 1, then you need to make the tab visible. You do that by clicking the Office button and then clicking the Word Options button. In the resulting Word Options dialog box, the Popular option should be selected at the left. Make sure the Show Developer Tab in Ribbon check box is selected and click OK.

For older versions of Word, please see the above article.

You'll still need to open each document in order to use the above method.

harrymc

Posted 2009-12-16T11:30:19.180

Reputation: 306 093

See the comment by @Håkon K. Olafsen on the original question for a way to do it without Developer tab – yosh m – 2016-03-17T10:08:23.787

14

In Word 2010, you need to go to the Options dialog box, click the Customize Ribbon item and choose Developer tab on the right side. This displays the Developer tab.

I thought this was pretty obscure. Imagine having to go to the Developer tab to attach a template! It should be on the Page Layout tab.

Ellen Finkelstein

Posted 2009-12-16T11:30:19.180

Reputation: 141

See the comment by @Håkon K. Olafsen on the original question for a way to do it without Developer tab – yosh m – 2016-03-17T10:07:57.070

Yes I've found the configuration of Word 2007 to be somewhat haphazard! – Jeb – 2013-04-15T14:27:42.867

1

To open the Templates for the document, simply press Alt-T and then I.

  1. Click on the Attach button to chose the template that you'd like to apply to your document.
  2. Select the "Automatically Update Document Styles" option, as this will bring the styles that you've defined in your template file into this document.
  3. Click on OK.

NOTE: Header and footer images are not applied to the document.

Brett Rigby

Posted 2009-12-16T11:30:19.180

Reputation: 223

I need to apply the headers and footers with images for each section to the document. Is there any way? – Qadeer – 2017-05-03T11:22:40.977