Re: How do I automate lists of effective pages in word by Peter
Peter
Tue Dec 07 16:20:07 CST 2004
If I understand you correctly, you're saying that each chapter of your =
manual is a discrete Word document.
If that's the case, then opening the document for a chapter and querying =
its BuiltInDocumentProperties will give you the number of pages in that =
document, and hence, in that chapter:
ActiveDocument.BuiltInDocumentProperties("Number of pages")
hth,
-Peter
"David" <David @discussions.microsoft.com> wrote in message =
news:E9E61A2D-1D18-4F24-BA68-A5FF254421F6@microsoft.com...
> I have a technical manual with many chapters (seperate word documents) =
and I=20
> would like to know whether it is possible to automate the list of =
effective=20
> pages contained in the first chapter?