Your steps mirror mine. In office 2007 once you turn on teh developer tab from Word options you will see the Document Panel button. This is the same button or takes you to the same location as you have described using docuemnt properties button.
In the original question I have done these steps where I am having a probelm is after your step 7, Getting the value of this custom field to render wihtin the header or footer or even body of my document. I am trying to do this by usign the formula field and calling the DocPrperty but I receive an error message in teh document that it is an unknown field.
Thank you
Main Topics
Browse All Topics





by: JOrzechPosted on 2009-09-11 at 08:02:48ID: 25310240
I don't see a Document Panel under the Developer tab but...see: .net/Pages / T000661_C reating_Cu stom_Docum ent_Proper ties.html
n addition to the standard properties maintained by Word, you can create your own custom document properties. These can then be used within your document (using the DOCPROPERTY field) or within macros. To create a custom document property, follow these steps:
http://word.tips
I
1. Choose Properties from the File menu. Word displays the Properties dialog box for your document. (To display this dialog box in Word 2007 you click the Office button | Prepare | Document Properties and then use the Document Properties drop-down list to choose Advanced Properties.)
2. Make sure the Custom tab is selected. (Click here to see a related figure.)
3. In the Name box, type the name you want used for your new document property.
4. Using the Type drop-down list, specify the type that best describes what you will store in this document property.
5. In the Value box, type the value you want assigned to the property.
6. Click on the Add button. Your new property appears at the bottom of the dialog box, in the Properties list.
7. Click on OK or Cancel to dismiss the Properties dialog box.