Microsoft Word 2024 Comprehensive Course — Beginner to Intermediate
W
Word 2024 Microsoft 365
📘 25 Modules Foundations Interface Formatting Graphics Tables & Charts References Collaboration Templates Macros & VBA

📄 Module 23: Word Templates — Creating & Managing

Templates are the foundation of organisational consistency — they ensure every letter, report, and memo that leaves your organisation looks identical, carries the correct branding, and uses the right styles and structure. Module 12 introduced templates as a concept alongside content controls. This module goes deeper: building a complete template system from the ground up, managing the template ecosystem across an organisation, maintaining version control, and working confidently with the Normal.dotm global template.

23.1 Template Architecture — The Full Picture

Word uses a layered template system. Understanding how these layers interact explains why changes in one template can affect dozens of documents — or none at all.

LAYER 1 — Global Template (Always Loaded)
 └── Normal.dotm          → Applies to every document; default styles, macros, building blocks

LAYER 2 — Document Template (Attached per Document)
 └── Corp_Letter.dotx    → Styles, page setup, headers specific to this template
 └── Report_Template.dotx → Different styles, numbering, headers for reports
 └── HR_Form.dotx        → Form controls, restricted editing

LAYER 3 — The Document Itself (.docx)
 └── Annual_Report_2025.docx → Inherits from its attached template; can override anything locally
 └── Client_Letter_Nkosi.docx → Inherits from Corp_Letter.dotx

What Each Layer Controls

LayerControlsChanges Affect
Normal.dotm Default font, default paragraph spacing, built-in macros, AutoCorrect entries, custom keyboard shortcuts, Building Blocks Every new blank document opened on that computer — immediately
Document template (.dotx) Custom styles, page setup, multi-level numbering definitions, headers/footers, theme, content controls, boilerplate text, building blocks New documents created from this template — and existing documents attached to it if "Automatically update styles" is enabled
Document (.docx) All template settings plus any local overrides — text, images, direct formatting applied to specific content Only this document

Template File Formats — Full Reference

FormatExtensionMacrosWhen to Use
Word Template.dotx❌ NoStandard template for all documents without VBA — letters, reports, memos, forms, agendas. The correct choice for 90% of templates.
Macro-Enabled Template.dotm✅ YesTemplates that include VBA macros — auto-fill form fields, document generation, automated workflows, custom Ribbon buttons
Global Template (Normal)Normal.dotm✅ YesThe master template — loaded on every Word startup. Modify with extreme caution — see Section 23.7
Word 97–2003 Template.dot✅ YesLegacy format — only when sharing templates with very old Word installations. Avoid for new work.

23.2 Planning a Template — What to Include

The single most common template mistake is creating a template that has too little in it — it barely constrains document output, so documents still vary wildly. A well-planned template is comprehensive. Use this planning checklist before you begin building.

Template Planning Checklist

ElementDecision RequiredSource
Page Setup Paper size (A4), orientation (portrait/landscape), margins (top/bottom/left/right), gutter, mirror margins for double-sided printing Brand guidelines or house style guide
Theme Corporate colour palette (hex codes for all 10 theme slots), heading font and body font Brand guidelines; IT/Marketing department
Paragraph Styles Which built-in styles to modify (Normal, Heading 1–3, Caption, Quote) and which custom styles to create (Corp Body, Corp Caption, Corp Table Heading) Brand guidelines; analysis of existing documents
Multi-Level Numbering Number format (1. / 1.1 / 1.1.1 or Article I / 1.01 / a), linked to which Heading styles Legal or technical style guide; document type
Header Logo (position, size), document title source (static text or StyleRef field), company name, classification label. Different first page? Odd/even pages? Brand guidelines; corporate letterhead
Footer Page number format (Page X of Y), company address, copyright notice, version number, classification, filename field House style guide; legal/compliance requirements
Boilerplate Content Fixed text that appears in every document: disclaimer, "Prepared by:", "Approved by:", section placeholders (Executive Summary, Background, Recommendations), POPIA notice Legal department; standard document structure
Content Controls Which fields need user input (document date, recipient, subject, classification level, version number), which are static vs dynamic Analysis of what changes in each document instance
Table Styles Custom table styles matching the corporate palette — for data tables, financial tables, comparison grids Brand guidelines; typical document tables
Building Blocks / Quick Parts Standard clauses, boilerplate paragraphs, frequently used tables, cover page design Legal team; most commonly reused content
Protection Level Should users be able to change styles, formatting, and structure? Or only fill in content controls? Template purpose and user trust level

23.3 Building a Corporate Letter Template — Complete Walkthrough

This step-by-step walkthrough creates a complete, production-ready corporate letter template. Follow each phase in order.

Phase 1 — Start from a Clean Base

  1. Press Ctrl+N to open a new blank document
  2. Check that it is based on Normal.dotm (File → Info → Properties → Advanced → Template should show "Normal")
  3. Do NOT start from an existing letter that has accumulated formatting — start clean

Phase 2 — Apply the Corporate Theme

  1. Design tab → Colors → Customize Colors → enter corporate hex codes for all 10 colour slots → save as "Corp Brand" → OK
  2. Design tab → Fonts → Customize Fonts → set heading font (e.g., Calibri) and body font (e.g., Arial) → save as "Corp Fonts" → OK
  3. Design tab → Themes → Save Current Theme → name it "Corp Theme" → Save

Phase 3 — Configure Page Setup

  1. Layout → Margins → Custom Margins:
    • Top: 3.5 cm (leaves room for the header with logo)
    • Bottom: 2.5 cm (leaves room for the footer with address)
    • Left: 2.5 cm | Right: 2 cm
    • Header from edge: 1.5 cm | Footer from edge: 1.5 cm
    • Click Set As Default — saves these margins to this document's section
  2. Layout → Size → A4 (should already be set, but verify)

Phase 4 — Modify Paragraph Styles

  1. Normal style: Right-click Normal in the Styles Gallery → Modify → Font: Arial 11pt, Paragraph: 1.0 line spacing, 6pt spacing after, Alignment: Justified → OK
  2. No Spacing style: Modify → same font as Normal but 0pt spacing after, single line spacing (used for address blocks in letters)
  3. Heading 1: Modify → Font: Calibri Bold 13pt, corporate navy colour, 12pt before / 6pt after, Keep with next → OK

Phase 5 — Build the Header

  1. Insert → Header → Blank (Three Columns) — or — double-click the top margin area
  2. Insert the company logo: Pictures → This Device → browse to logo.png (transparent background PNG)
    • Resize to approximately 3 cm wide
    • Wrap Text → In Line with Text
    • Position it in the left column placeholder
  3. Delete the centre placeholder (Tab to it, select, Delete)
  4. In the right placeholder: type company name → Enter → type address line 1 → Enter → etc.
  5. Format the right column text: 8pt Arial, right-aligned, corporate grey colour
  6. Add a bottom border to the header paragraph: Home → Borders → Bottom Border
  7. Header & Footer tab → Different First Page: leave unticked for a letter template (headers appear on all pages including page 1)
  8. Close header (Esc)

Phase 6 — Build the Footer

  1. Double-click the bottom margin area to open the footer
  2. Add a top border to the footer paragraph: Home → Borders → Top Border
  3. Type the company's physical address, registration number, and VAT number (8pt, centred, grey)
  4. Press Tab to the right tab stop → Insert → Page Number → Current Position → Plain Number
  5. Close footer

Phase 7 — Add the Letter Body Structure with Content Controls

  1. Type the letter structure — pressing Enter between each element:
    • Date line → insert a Date Picker content control
    • Reference line → "Our Ref:" followed by a Plain Text content control (Tag: "ref_no")
    • Addressee block → use "No Spacing" style → insert Plain Text controls for: recipient title+name, company, address line 1, address line 2, city, postal code
    • Salutation line → "Dear " followed by a Plain Text control → ","
    • Subject line (bold) → Plain Text content control (Tag: "subject")
    • Body area → apply Normal style → Rich Text content control or leave as a regular paragraph with instructional text in grey italics: "Type letter body here. Use the Enter key for new paragraphs."
    • Closing → "Yours sincerely," [Enter ×4] → Plain Text control for name → Enter → Plain Text for title
  2. Set placeholder text for each control via Design Mode
  3. Set Properties for each control: Title, Tag, No carriage returns where appropriate

Phase 8 — Save as a Template

  1. File → Save As (F12)
  2. Change Save as type to Word Template (*.dotx)
  3. Word automatically redirects to the Personal Templates folder
  4. Name it: Corp_Letter_v1.dotx
  5. Click Save

Phase 9 — Test the Template

  1. File → New → Personal → double-click Corp_Letter_v1
  2. A new untitled document opens based on the template
  3. Test every content control: click each one, type, Tab between them, verify placeholders appear correctly
  4. Check header and footer are correct on both page 1 and page 2 (press Enter many times to create a second page)
  5. Test printing or exporting to PDF
  6. If any issues are found: close this test document (do NOT save it as a .dotx) → reopen the template file via File → Open → browse to .dotx → modify → Ctrl+S to save the updated template

23.4 Using Templates to Create New Documents

Method 1 — File → New → Personal (Locally Installed)

  1. File → New
  2. Click Personal (the tab next to "Featured" beneath the search bar)
  3. All templates saved to your Personal Templates folder appear as thumbnails
  4. Double-click any template to create a new document based on it
  5. The new document is untitled — the .dotx template is never modified

Method 2 — File → New → Featured / Online Templates

  1. File → New → search bar at the top → type a template category (e.g., "Invoice", "Resume", "Agenda")
  2. Microsoft's online template library appears — thousands of professional templates
  3. Click a template → click Create — Word downloads and opens it as a new document
  4. Use these as starting points — customise them for your organisation's branding

Method 3 — Double-Click the .dotx File in File Explorer

  1. Navigate to the .dotx template file in Windows File Explorer
  2. Double-click it — Word creates a new untitled document based on the template (does NOT open the template for editing)
  3. To open the template itself for editing: right-click → Open (not "New") — or use File → Open in Word

Method 4 — New from SharePoint / Intranet

  1. Navigate to the template file on SharePoint or a shared drive
  2. Click the file → a new browser tab opens with Word Online showing the document
  3. Click "Editing → Open in Desktop App" to move to full Word — the document is a new copy, not the template itself
Save the Document, Not the Template: When a user finishes filling in a document based on a template, they save it as a regular .docx file — not as a .dotx. Saving as .docx creates a standalone document that no longer depends on the template file being present. The template remains untouched and ready for the next user.

23.5 Editing an Existing Template

Opening a Template for Editing

The most common mistake is double-clicking a .dotx file, which creates a new document instead of opening the template. To edit the template itself:

  • Method A — File → Open: File → Open → Browse → navigate to the .dotx file → click Open (not double-click — single click then the Open button). The template opens in Word with the .dotx filename in the title bar.
  • Method B — Right-click in File Explorer: Right-click the .dotx file → Open (not "New") → opens the template for editing
  • Method C — Recent files: If you recently edited the template, it may appear in File → Open → Recent → scroll down to find it (look for the .dotx extension in the filename)

Making Changes to a Template

  1. Open the .dotx template (using Method A, B, or C above)
  2. Make any required changes: update the logo, modify styles, revise boilerplate text, update the footer address, add new content controls
  3. Press Ctrl+S — saves the template file directly (because the file is a .dotx, Ctrl+S updates the template, not a document)
  4. Test the updated template: File → New → Personal → create a new document from it
Version Before Editing: Before modifying any template, save a backup copy with the version in the name (e.g., Corp_Letter_v1_BACKUP.dotx) in an archive folder. Template changes can affect every document based on that template going forward — always keep the previous version accessible.

Updating Styles in Existing Documents After Template Changes

When you modify a template's styles, existing documents based on that template do not automatically update. To push the updated styles into an existing document:

  1. Open the existing .docx document
  2. Developer tab → Templates group → Document Template
  3. In the Templates and Add-ins dialog, the currently attached template is shown
  4. Tick "Automatically update document styles" → click OK
  5. The document's styles immediately update to match the template's current style definitions
  6. Alternatively: click Attach… → browse to the updated .dotx → tick "Automatically update document styles" → OK

The Organizer — Copying Styles Between Templates

The Organizer allows you to copy individual styles, AutoText entries, toolbars, and macro project items from one document or template to another — without replacing all styles at once.

  1. Developer → Document Template → click Organizer…
  2. The Organizer dialog shows two side-by-side lists — left = current document, right = Normal.dotm by default
  3. Click Close File on the right panel → Open File → browse to the source template
  4. In the left list, select the style(s) to copy → click Copy >> to send them to the right (target) file
  5. You can also copy from right to left: select items in the right list → click << Copy
  6. Rename or delete styles using the Rename and Delete buttons
  7. Click Close — copied styles are now in the target template

23.6 Sharing Templates Across an Organisation

A template on one computer helps one person. Templates on a shared location help everyone — and ensure every document in the organisation looks the same. Here are the three main deployment approaches.

Method 1 — Workgroup Templates (Network Share)

  1. Save templates to a shared network folder accessible to all users — e.g., \\Server\CompanyTemplates\Word\
  2. On each user's computer, configure Word to look in this folder:
    • File → Options → Advanced → scroll to General section → File Locations…
    • Select Workgroup templates → click Modify…
    • Browse to \\Server\CompanyTemplates\Word\ → click OK → OK
  3. Now when users go to File → New, they see both their Personal templates AND a new tab for the Workgroup templates
  4. When you update a template on the network share, all users automatically see the updated version next time they create a document — no redistribution required
  5. This is the most efficient deployment method for on-premises environments
Deployment Tip: Push the Workgroup templates file path via Group Policy (via IT/Active Directory) to set it on every computer in the domain simultaneously — one setting change reaches every user without requiring each person to configure it manually.

Method 2 — SharePoint / Microsoft 365 (Cloud)

  1. Upload templates to a SharePoint document library designated as a template library
  2. Create a custom Word template library in SharePoint and configure it as an "Asset Library" or "Site Assets" library
  3. Share the SharePoint URL with users — they navigate to it in a browser → click a template → Word Online opens it → click "Open in Desktop App" for full desktop Word functionality
  4. For Microsoft 365 organisations with SharePoint configured properly, templates can appear in the Word New document dialog via the "FEATURED" or custom org tab
  5. Advantage: always current — any update to the template on SharePoint is immediately available to all users worldwide without any local configuration

Method 3 — Email or Shared Drive Distribution (Simple Teams)

  1. Email the .dotx file to each team member
  2. Instruct recipients to save it to their Personal Templates folder:
    • Copy and paste this path into the Windows Run dialog (Win+R): %APPDATA%\Microsoft\Templates
    • Drop the .dotx file into that folder
  3. The template immediately appears in File → New → Personal
  4. Limitation: When the template is updated, you must resend to everyone — there is no automatic refresh

Template Governance — Organisational Best Practices

PracticeWhy It Matters
Assign a Template OwnerOne person or team is responsible for maintaining and approving changes to each template — prevents conflicting versions from proliferating
Version numbers in filenamesCorp_Letter_v2.3.dotx — version numbering lets you track changes and revert if a new version causes problems
Archive old versionsKeep retired template versions in a clearly labelled archive folder — you may need to recreate a document in the original format for legal or audit purposes
Internal change logMaintain a simple table inside the template (in a hidden text formatted section or a separate change log document) recording what changed, when, and who approved it
Test before deployingCreate 5–10 test documents from every updated template before releasing — check printing, PDF export, content control behaviour, and style rendering on different screen sizes
Communicate changes to usersWhen a template is updated, send a brief email explaining what changed and any new instructions — reduces support calls and incorrect usage

23.7 The Normal.dotm Global Template

Normal.dotm is Word's master global template. It is automatically loaded every time Word starts and underlies every new blank document. Changes to Normal.dotm affect every document you create on that computer — which makes it both powerful and dangerous to modify carelessly.

What Normal.dotm Contains

  • The default font (Calibri 11pt, body font) — the font used for all new blank documents
  • Default paragraph spacing (1.15 line spacing, 8pt space after)
  • All built-in style definitions in their default state
  • Any macros you have recorded "In Normal.dotm" (available in every document)
  • Any custom keyboard shortcuts saved to Normal.dotm
  • AutoText entries saved to Normal.dotm
  • Building Blocks saved to Normal.dotm

Where Normal.dotm Lives

Windows default path:
C:\Users\[YourName]\AppData\Roaming\Microsoft\Templates\Normal.dotm

Quick navigation — paste into Windows Run (Win+R):
%APPDATA%\Microsoft\Templates\

Modifying Normal.dotm — Legitimate Use Cases

These are the changes that are appropriate and safe to make to Normal.dotm:

  • Change the default font: Open a new blank document → Home → Font → change to your preferred font → right-click Normal in Styles Gallery → Modify → Format → Font → set your font → select "New documents based on this template" → OK → saves the default to Normal.dotm
  • Change default paragraph spacing: Same process as above but modify the paragraph spacing in the Normal style
  • Store macros for universal access: When recording a macro, choose "Store macro in: All Documents (Normal.dotm)" — the macro then appears in every Word document
  • Add global AutoText entries: Quick Parts → Save Selection → Gallery: AutoText → Save in: Normal.dotm

What You Should NOT Do to Normal.dotm

  • ❌ Do not deploy corporate styles, logos, or headers via Normal.dotm — use a dedicated corporate .dotx template instead. Normal.dotm is personal to each user's Windows profile and changes do not automatically reach other computers.
  • ❌ Do not store document-specific content (cover pages, section structures) in Normal.dotm — this content would appear in every new blank document.
  • ❌ Do not store large macros or complex code in Normal.dotm without testing — corruption of Normal.dotm prevents Word from opening.
  • ❌ Do not delete Normal.dotm to "reset" Word without first backing it up — Word recreates it on restart but loses all your custom settings.

Resetting Normal.dotm (Resetting Word Defaults)

  1. Close Word completely
  2. Navigate to %APPDATA%\Microsoft\Templates\
  3. Rename the existing Normal.dotm to Normal.dotm.bak (keeps the backup)
  4. Open Word — it recreates a fresh Normal.dotm with factory defaults
  5. All Word settings return to their defaults; your custom macros, shortcuts, and building blocks in the old Normal.dotm are now inaccessible (they are in the .bak file)
  6. If you want to restore: close Word → rename Normal.dotm to Normal_new.dotm → rename Normal.dotm.bak back to Normal.dotm → open Word

23.8 Template Troubleshooting

ProblemCauseFix
Template does not appear in File → New → Personal The .dotx file was not saved to the correct Personal Templates folder Find the correct path: File → Options → Advanced → File Locations → Personal templates. Copy the path. Save or move the .dotx to that exact location.
Styles in a new document don't match the template The template's styles were modified after the document was created, and "Automatically update styles" was not enabled Developer → Document Template → tick "Automatically update document styles" → OK. Or use the Organizer to copy updated styles.
Double-clicking the .dotx opens the template for editing instead of creating a new document Windows file association is configured to "Open" .dotx files instead of "New" This is unusual — by default, double-clicking should create a new document. Check Windows file associations for .dotx: right-click a .dotx file → Open with → Word → tick "Always use this app" → ensure "Open" is the default action, not "Edit".
Word opens with an error about Normal.dotm being corrupt Normal.dotm file has become corrupted (can happen after a crash or interrupted save) Close Word → navigate to %APPDATA%\Microsoft\Templates\ → rename Normal.dotm to Normal.dotm.old → open Word (a fresh Normal.dotm is created automatically). Reconfigure your settings.
A template's custom table style is missing in new documents based on it Custom table styles are not always transferred to documents — they may be only in the template itself Ensure the custom table style is saved "New documents based on this template" (in the Modify Style dialog). Alternatively, copy the table style via the Organizer from the template to the document.
Header/footer content from the template does not appear in new documents The header/footer was added after the document was already created, or the section break settings differ Headers/footers are part of the section — if the document template is attached after document creation, headers are not automatically applied. Open the template → copy the header section settings → paste into the document's header manually.

23.9 Quick Self-Check

Q1: Your organisation wants every new letter to automatically include the corporate logo, correct margin settings, the right styles, and a pre-built footer with the company's address and registration number — with minimal configuration by the user. How do you achieve this?

✓ Create a corporate letter template (.dotx): configure the page setup (margins, paper size), apply the corporate theme (colours and fonts), modify the Heading and Normal styles to match brand guidelines, build the header with the logo and right-column company details, build the footer with the address and registration number, and add content controls for the date, recipient, reference number, and salutation. Save as a .dotx to the shared Workgroup Templates folder (or Personal Templates folder for individual use). Each user opens File → New → Personal (or the Workgroup tab) → double-clicks the template → a new letter with all settings pre-applied opens ready to fill in.

Q2: You need to update the corporate letter template to reflect a new company logo and a revised physical address. How do you open the template for editing (not create a new document from it), and how do you ensure existing letters that staff have already created use the updated styles?

✓ To open the template for editing: File → Open → Browse → navigate to Corp_Letter_v1.dotx → click Open (single click, then the Open button — not double-click which creates a new document). Make the changes (replace logo image, update footer address text) → Ctrl+S to save the .dotx file directly. For existing documents: each user opens their existing .docx letter → Developer → Document Template → click Attach → browse to the updated .dotx → tick "Automatically update document styles" → OK. The styles update instantly. Note: the logo and footer text in existing documents must be updated manually — "Automatically update styles" only updates paragraph style definitions, not header/footer content or images.

Q3: What is the difference between saving a macro "In Normal.dotm" versus "In [Document Name]" — and when would you choose each?

✓ A macro saved in Normal.dotm is available globally — it appears in every Word document opened on that computer, in every session. Use this for utility macros you want to run from any document (e.g., a "Clean Up Formatting" macro, a "Apply Styles" macro, a "Insert Signature" macro). A macro saved in the document is stored inside that specific .docx or .dotx file — it is available only when that file is open. Use this for document-specific automation (e.g., a macro that auto-numbers the sections of a particular contract template, or populates specific fields in one specific form).

Q4: A colleague reports that Word is opening with the error "Normal.dotm cannot be opened" and refusing to load correctly. What has likely happened and what are the steps to fix it?

✓ Normal.dotm has become corrupted — this can happen after a Word crash, a forced shutdown while the file was being written, or a disk error. Fix: close Word completely. Press Win+R → type %APPDATA%\Microsoft\Templates → navigate to the Templates folder. Rename Normal.dotm to Normal.dotm.old (keeps it as a backup). Open Word — it automatically creates a fresh, clean Normal.dotm and opens successfully. The new Normal.dotm has factory default settings — the colleague will need to reconfigure any custom shortcuts, macros, or building blocks they had saved to Normal.dotm (some may be recoverable from the .old backup using the Organizer).

Q5: You have built a template with a custom paragraph style named "Corp Body" and a custom table style named "Corp Data Table". You create a new document from the template, but the "Corp Data Table" style does not appear in the document's Table Styles gallery. What went wrong and how do you fix it?

✓ The custom table style was likely saved "Only in this document" (the template file) rather than being set to propagate to new documents. Fix option 1: Reopen the .dotx template → right-click the Corp Data Table style → Modify → at the bottom, change "Only in this document" to "New documents based on this template" → OK → save the template. New documents created after this change will include the style. Fix option 2 for the existing document: use the Organizer (Developer → Document Template → Organizer → switch one panel to the template file → copy Corp Data Table from the template to the document → Close).

Q6: Your organisation has 45 staff members across three office locations. You need to deploy an updated corporate letter template so that all staff automatically see the new version next time they create a letter — without emailing the file to 45 people individually. What is the most efficient deployment method?

✓ Use the Workgroup Templates approach: Save the updated Corp_Letter_v2.dotx to a network shared folder accessible to all staff (e.g., \\ServerName\Templates\Word\). Ensure every user's Word is already configured to point to this Workgroup Templates path (File → Options → Advanced → File Locations → Workgroup templates → set to the network path). From that point on, when any staff member goes to File → New, they see the Workgroup templates tab and always get the latest version directly from the server — no email or manual distribution required. For mass deployment of the file location setting itself, ask IT to push the registry path via Group Policy so all 45 users are configured simultaneously without any individual action.

✓ Module 23 Complete — You Have Learned:

  • The three-layer template architecture — Normal.dotm (global) → .dotx (document template) → .docx (document) — and what each layer controls
  • Template file formats — .dotx, .dotm, Normal.dotm, .dot — with when to use each
  • Template planning checklist — 11 elements covering page setup, theme, styles, numbering, headers, footers, boilerplate, content controls, table styles, building blocks, and protection level
  • Complete 9-phase corporate letter template build — from clean base through theme, page setup, styles, header, footer, content controls, save, and test
  • Four methods to create a new document from a template — Personal, Online, File Explorer double-click, SharePoint
  • Critical distinction: Save the document as .docx, not .dotx, after filling it in
  • Opening a template for editing — File → Open (not double-click); right-click → Open in Explorer
  • Pushing updated template styles to existing documents — Developer → Document Template → Automatically update document styles
  • The Organizer — copying individual styles between templates and documents; Close File / Open File / Copy / Rename / Delete workflow
  • Three template deployment methods — Workgroup Templates (network share + File Locations), SharePoint/Microsoft 365, email distribution
  • Group Policy deployment of Workgroup Templates path for enterprise-wide rollout
  • Template governance best practices — owner, versioning, archiving, change log, testing, user communication
  • Normal.dotm — what it contains, file path (%APPDATA%\Microsoft\Templates), legitimate modifications, what NOT to do
  • Resetting Normal.dotm — rename to .bak, let Word recreate, restore procedure
  • Six common template problems with causes and step-by-step fixes

← Back to All Modules