0

I am struggling to reference a custom document property (DOCPROPERTY) with a space in the name, Blank Page.

This Question shows how to reference a document property : Word 2010: How to reference custom document properties? However, I have a DOCPROPERTY with the name Blank Page - how can I reference this?

1 Answers1

0

The solution is to use {DOCPROPERTY "Blank Page"}

The " around the Name escapes the '' character.