I have a technical manual with many chapters (seperate word documents) and I
would like to know whether it is possible to automate the list of effective
pages contained in the first chapter?

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?

Re: How do I automate lists of effective pages in word by Jonathan

Jonathan
Tue Dec 07 16:43:11 CST 2004


"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
> would like to know whether it is possible to automate the list of
> effective
> pages contained in the first chapter?

It is possible, but how you do it depends on exactly what you want included
in the List of Effective pages. I recently did an automation project on this
for an airline, where they wanted the revision level for each page listed.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup