Share via

How to Update Custom Properties?

Anonymous
2012-07-05T03:08:13+00:00

In Word 2011, I go to File > Properties > Custom to Update the Custom Properties, When I press "modify" and "OK" button, it cannot effect to the document.

So How to Update the File Custom Properties and Effect on my document?

Microsoft 365 and Office | Word | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2012-07-05T05:55:36+00:00

Custom properties are accessed through { DOCPROPERTY "Custom Property Name" } fields. If you define the following property values through File > Properties > Custom:

  • "Client" as "Microsoft" (this is a predefined property of "Type: Text")
  • "Cost" as "30" (define it as "Type: Number")
  • "Publication Date" as "July 5, 2000" (define it as "Type: Date")

Then you would add these fields to the document using Insert > Field:

  • { DOCPROPERTY "Client" } ➜ Microsoft
  • { DOCPROPERTY "Cost" } ➜ 30
  • { DOCPROPERTY "Publication Date" } ➜ July 5, 2000

For properties defined as Number and Date you can include format specifications:

  • { DOCPROPERTY "Cost" # "$###.00" } ➜ $ 30.00
  • { DOCPROPERTY "Publication Date" @ "DD/MM/YY" } ➜ 05/07/00

If you modify the value of the properties, then you'll need to Update Fields:

  • Select All (Command A)
  • Control-Click or Right-Click
  • Update Field (or F9 or Fn F9, depending on your setup)

Was this answer helpful?

4 people found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful