View Single Post
  #5   Report Post  
Jay Freedman
 
Posts: n/a
Default

Thank you! I really do learn something new every day. :-)

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org

On Sun, 25 Sep 2005 15:50:33 +1000, "macropod"
wrote:

Hi deepster,

Try using Insert|Field, then selecting 'Docproperty', followed by clicking
the 'Options' button and choosing "CharactersWithSpaces".

Alternatively, you can code it yourself with Ctrl-F9 to create a pair of
field braces, then typing:
DOCPROPERTY "CharactersWithSpaces"
between them to get:
{DOCPROPERTY "CharactersWithSpaces" }
and pressing F9 to update.

Cheers


"deepster1020" wrote in message
...
I would like to get the number of characters with spaces in a Word

document
inserted in a field code. Is this possible?