Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2011, 03:48 PM
gmacx gmacx is offline word help Windows XP word help Office 2007
Novice
word help
 
Join Date: Dec 2011
Posts: 4
gmacx is on a distinguished road
Default word help

Hi,



Im using word 2007 and have templates where I need to change things like phone numbers and names each time. I then just save over the template.

is there a way to set up a reminder or a prompt to remind me to change these?

My word skills are quite rudimentary, more of an excel user. Many thanks.
Reply With Quote
  #2  
Old 12-07-2011, 05:32 PM
macropod's Avatar
macropod macropod is offline word help Windows 7 64bit word help Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 21,962
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Hi gmacx,

What you're describing isn't what Word calls a template - it's a re-usable document.

Word has a number of tools you could use:
• Perhaps the simplest is a FILLIN field, which you can find via Insert|Quick Parts|Field. If you configure Word to update fields before printing, each FILLIN field will prompt you for an update at print time.
• Next up the scale is the ASK field. It's much like a FILLIN field except that, whereas a FILLIN field displays its content at the location where the field is placed, the ASK field simply sets a bookmark instead. You then use cross-references to the bookmark wherever you want the field's contents displayed. This is especially useful if the same detail is to be replicated in numerous places and you don't want to input it in them all.
• The next up the line is formfields. These are found on the Developer tab under 'Legacy Tools'. These include fields for text input, checkboxes and dropdowns. This kind of field is typically used where you want to restrict the user from changing anything except what's provided for by the formfields. The document must be protected for forms before using them. Although they don't automatically provide prompts the way FILLIN and ASK fields do at print time, they can be used to trigger macros that do such things as validating the input.
• Also on the Developer tab under 'Legacy Tools' are ActiveX controls. These are a significant step up from formfields and are normally used with vba code.
• The Developer tab also has the new 'Content Controls' in the same area as the 'Legacy Tools'. These provide similar functions to formfields, without the need for the document to be protected, but can only be used with Word 2007 & later.

I've already meantioned the option to force field updates at print time. What you can also do, with any of the tools mentioned above, is to add one or more macros to the document to provide prompts when a document is opened, closed, saved and/or printed. For example, if you're using FILLIN and/or ASK fields and you want to be prompted whenever the document is opened, you could press Alt-F11 to start the vba editor, select your document's 'ThisDocument' module, and add the following code:
Code:
Private Sub Document_Open()
  ActiveDocument.Fields.Update
End Sub
The above is really just scratching the surface of what's possible.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
  #3  
Old 12-07-2011, 07:25 PM
gmacx gmacx is offline word help Windows XP word help Office 2007
Novice
word help
 
Join Date: Dec 2011
Posts: 4
gmacx is on a distinguished road
Default

thank you very much!!
Reply With Quote
Reply



Other Forums: Access Forums

All times are GMT -7. The time now is 12:32 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft