How do I automate lists of effective pages in word

D

David

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?
 
P

Peter

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
 
J

Jonathan West

David said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top