Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I would like to provide a Microsoft Word template for others in my office to
use but it is important that the information in the header and footer are not modified by other users. Is there any way to "freeze" certain features within a template (header/footer, text box) so that they cannot be changed or deleted? |
#2
![]() |
|||
|
|||
![]()
You can protect the header and footer, but often just putting stuff in the
header and footer (since they're a different layer) is protection enough. See whichever of these articles is appropriate: How can I prevent users from editing the header of a document in Word 2000 or higher? http://word.mvps.org/faqs/customizat...PlusHeader.htm How can I prevent users from editing the header of a Word 97 document? http://word.mvps.org/FAQs/Customizat...rd97Header.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Ryncar" wrote in message ... I would like to provide a Microsoft Word template for others in my office to use but it is important that the information in the header and footer are not modified by other users. Is there any way to "freeze" certain features within a template (header/footer, text box) so that they cannot be changed or deleted? |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hello
![]() i really loved the code i have read and it work really nice ![]() yet, one thing is happening to me... i need to send this document as a template to my colleagues at work, yet when opennig the file; the security dialog box pops for enabling or disabling the macros, while that doesnt happen once i save it in the template folder. i wrote the following code when openning to set the security to low; but nothing happens, it ask me. can be done? can i auto enable the security and not being asked!!!! Thanks "Suzanne S. Barnhill" wrote: You can protect the header and footer, but often just putting stuff in the header and footer (since they're a different layer) is protection enough. See whichever of these articles is appropriate: How can I prevent users from editing the header of a document in Word 2000 or higher? http://word.mvps.org/faqs/customizat...PlusHeader.htm How can I prevent users from editing the header of a Word 97 document? http://word.mvps.org/FAQs/Customizat...rd97Header.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Ryncar" wrote in message ... I would like to provide a Microsoft Word template for others in my office to use but it is important that the information in the header and footer are not modified by other users. Is there any way to "freeze" certain features within a template (header/footer, text box) so that they cannot be changed or deleted? |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
sorry... i forgot to wrtite you the code
Sub Macro_enable() ' ' Macro_enable Macro ' Macro recorded 3/21/2007 by Effat El-Shiyyab ' With ActiveDocument .ReadOnlyRecommended = False .Password = "" .WritePassword = "" .RemovePersonalInformation = False .RemoveDateAndTime = False End With With Options .WarnBeforeSavingPrintingSendingMarkup = False .StoreRSIDOnSave = True .ShowMarkupOpenSave = True End With End Sub "nice_evest" wrote: Hello ![]() i really loved the code i have read and it work really nice ![]() yet, one thing is happening to me... i need to send this document as a template to my colleagues at work, yet when opennig the file; the security dialog box pops for enabling or disabling the macros, while that doesnt happen once i save it in the template folder. i wrote the following code when openning to set the security to low; but nothing happens, it ask me. can be done? can i auto enable the security and not being asked!!!! Thanks "Suzanne S. Barnhill" wrote: You can protect the header and footer, but often just putting stuff in the header and footer (since they're a different layer) is protection enough. See whichever of these articles is appropriate: How can I prevent users from editing the header of a document in Word 2000 or higher? http://word.mvps.org/faqs/customizat...PlusHeader.htm How can I prevent users from editing the header of a Word 97 document? http://word.mvps.org/FAQs/Customizat...rd97Header.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Ryncar" wrote in message ... I would like to provide a Microsoft Word template for others in my office to use but it is important that the information in the header and footer are not modified by other users. Is there any way to "freeze" certain features within a template (header/footer, text box) so that they cannot be changed or deleted? |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HOW DO I CREATE A ENVELOPE TEMPLATE | Page Layout | |||
HOW DO I CREATE A ENVELOPE TEMPLATE | Microsoft Word Help | |||
Word 2003 won't save or create new Normal.dot template | Microsoft Word Help | |||
Autotext exclusive to a New Document Template I Create in Word 200 | Microsoft Word Help | |||
How do you create a Word template with permanent text fields? | Microsoft Word Help |