Update Document Properties in a Word document using Field codes
Field codes are the best tool for any Word users. They are rich source of predefined information that can be inserted in the document.
Word document contains many important properties, which can be accessed from the Properties dialog box.
To view the Properties dialog box, click the Microsoft Office Button
The following windows shows the properties
Word Document Properties
Word Advanced Properties
To insert a field select the QuickParts option from Insert tab and then DocProperty in the option
To select a property, click the property name in the Property box in the Field dialog box.
Word Quick Parts Dialog
To view the Field dialog box, on the Insert tab, in the Text group, click Quick Parts, and then click Field.
Insert DocProperty in Word Document
How to insert the DocumentProperties field using Word VBA
The same can be done through VBA as follows
Sub Insert_PropertyData_InDocument()
Selection.Fields.Add Range:=Selection.Range, Type:=wdFieldEmpty, Text:= _
"DOCPROPERTY CreateTime ", PreserveFormatting:=True
End Sub
Word DocProperty Field
COOL!!! )))
ReplyDeleteThank you!
Hello. And Bye.
ReplyDeleteWhy is Advanced Properties greyed out in my Excel 2007 ?>>>
ReplyDeleteEh is there a way to edit total editing time property?
ReplyDeleteSaving the document with a new file name will reset the total editing time.
ReplyDeleteword quick parts document property displays html markup for the rich text field
ReplyDeleteProblem scenario. :
ReplyDeletehttp://community.office365.com/en-us/f/153/p/55931/201955.aspx#201955