View Single Post
  #6   Report Post  
Herb Tyson [MVP]
 
Posts: n/a
Default

At my age, I'm constantly re-learning things I'd forgotten about.

--
Herb Tyson MS MVP
Please respond in the newsgroups so everyone can follow along.
http://www.herbtyson.com
"Jay Freedman" wrote in message
...
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?