How to programmatically deny editing the headers and footers?

Daniel

I am creating a word template. My users must not be able to edit the headers.

AFAIK It's not possible to just lock the header so I guess I need to use VBA. However, I haven't found anything related to that. I guess it is possible by handling a specific event, but I couldn't find anything.

Any ideas?

Slubee

You can lock the headers by using "Restrict Editing" under developers tab.

Restrict Editing -> editing restrictions -> check allow only this type of editing -> change the drop down to no changes read only -> cntrl + A to select the body -> under exceptions click every one -> start enforcement (put in a password)

so the users will only be able to edit the body

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to remove Headers and Footers programmatically in IE while printing, instead of using IE Page Setup?

From Dev

How to remove Headers and Footers programmatically in IE while printing, instead of using IE Page Setup?

From Dev

How to add HTML headers and footers to a page?

From Dev

OpenOffice API: How to turn off headers and footers

From Dev

MigraDoc headers and footers

From Dev

How to update fields in headers and footers, not just main document?

From Dev

How to get multiple headers/footers in a document with Google Apps Script

From Dev

Headers and footers over contents... How can i fix this?

From Dev

How to deny MSVC from including headers by itself

From Dev

True persistent footers/headers in jquerymobile

From Dev

removing headers and footers in android webview

From Dev

Perl Dancer Template headers, footers

From Dev

"ScreenUpdating = False" Not Working for Headers/Footers

From Dev

headers and footers in python-docx

From Dev

How to programmatically start/stop editing a contenteditable?

From Dev

Qt: How to programmatically start editing in a TableView cell?

From Dev

How to create footers in CSS

From Dev

How to create footers in CSS

From Java

Google App Script | Headers and Footers | Replace text

From Dev

Setting margins, headers and footers for PDF without overlap

From Dev

Adding two headers and footers, one for screen and print

From Dev

Setting margins, headers and footers for PDF without overlap

From Dev

Is there a way to add headers and footers to cells in a Word table?

From Dev

Angular 2 Feature Modules for Headers and Footers

From Dev

VBA Excel - Unlink headers & footers in Word

From Dev

SSRS Multiple Headers-Footers /Single List

From Dev

Get headers and footers of slides using PowerPoint Interop

From Dev

How to view edited page after editing the headers in Fiddler?

From Dev

Editing headers in pandas ( python)

Related Related

  1. 1

    How to remove Headers and Footers programmatically in IE while printing, instead of using IE Page Setup?

  2. 2

    How to remove Headers and Footers programmatically in IE while printing, instead of using IE Page Setup?

  3. 3

    How to add HTML headers and footers to a page?

  4. 4

    OpenOffice API: How to turn off headers and footers

  5. 5

    MigraDoc headers and footers

  6. 6

    How to update fields in headers and footers, not just main document?

  7. 7

    How to get multiple headers/footers in a document with Google Apps Script

  8. 8

    Headers and footers over contents... How can i fix this?

  9. 9

    How to deny MSVC from including headers by itself

  10. 10

    True persistent footers/headers in jquerymobile

  11. 11

    removing headers and footers in android webview

  12. 12

    Perl Dancer Template headers, footers

  13. 13

    "ScreenUpdating = False" Not Working for Headers/Footers

  14. 14

    headers and footers in python-docx

  15. 15

    How to programmatically start/stop editing a contenteditable?

  16. 16

    Qt: How to programmatically start editing in a TableView cell?

  17. 17

    How to create footers in CSS

  18. 18

    How to create footers in CSS

  19. 19

    Google App Script | Headers and Footers | Replace text

  20. 20

    Setting margins, headers and footers for PDF without overlap

  21. 21

    Adding two headers and footers, one for screen and print

  22. 22

    Setting margins, headers and footers for PDF without overlap

  23. 23

    Is there a way to add headers and footers to cells in a Word table?

  24. 24

    Angular 2 Feature Modules for Headers and Footers

  25. 25

    VBA Excel - Unlink headers & footers in Word

  26. 26

    SSRS Multiple Headers-Footers /Single List

  27. 27

    Get headers and footers of slides using PowerPoint Interop

  28. 28

    How to view edited page after editing the headers in Fiddler?

  29. 29

    Editing headers in pandas ( python)

HotTag

Archive