Hi Helmut,
Thanks for your help, but perhaps I should have been a bit more clear :-(
I was hoping to use a field in the document to have a running total similar
to the the word count box in the status bar with a result similar to that
when text is selected, if you understand my meaning.
Thanks,
Pete
> Hi Pete,
>
[quoted text clipped - 24 lines]
>
> Vista Small Business, Office XP
Helmut Weber - 18 Feb 2008 15:50 GMT
Hi Pete,
there is no Word Count Box in the status bar.
There is a toolbar "Word Count" wich maybe placed
above the status bar, or wherever.
It shows what commands like this one return:
MsgBox ActiveDocument.BuiltInDocumentProperties("Number of Words")
You may insert a field like:
{ DOCPROPERTY Words \* MERGEFORMAT }
and update the field regularly using an ontime macro,
or using an event, like the windowselectionchange event.
Demanding for a beginner, though.
Don't know where "page" comes in here.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Vista Small Business, Office XP