I am making a template and it has a field named Title. I want that when the user writes the title it automatically changes the document title so I can have a constant updated title in the header. I cannot use VBA.
asked Dec 5, 2013 at 14:12 121 1 1 gold badge 1 1 silver badge 3 3 bronze badgesYes you can use a mapped content control to insert a field into a document that will update the title document property when changed. You can read up on mapped content controls here.
To insert a content control mapped to the title document property in Microsoft Word 2007 and up, navigate to Insert on the ribbon, Click Quick Parts followed by Document Properties and choose Title .
answered Dec 5, 2013 at 22:52 7,511 2 2 gold badges 28 28 silver badges 43 43 bronze badgesI am looking for a solution that enables the user to write the title as part of the text in the document and the text he introduces becomes the document title. I don't intend to have a field that shows the updated title but instead it's able to change it according user input.
Commented Dec 8, 2013 at 19:15@doubter, Yes a mapped content control like described above will update the document title when the user types into it. Give it a try.
Commented Dec 8, 2013 at 22:39Click wherever you want eventually want to manually type the title.
It will auto-populate with whatever the Document Title currently is, but it's now a "two-way street" -- if you type in there, it updates the actual Document Title.
To have that property echoed elsewhere,