ActiveDocument.BuiltinDocumentProperties(wdPropertyPages)
Bear in mind that there's a qualitative difference: values like paragraphs,
words, characters, etc are inherent attributes of the content of the
document; pages is a derived value, a function of both the content, the page
set-up, and the currently selected printer.
> I'm assuming there is a simple command to count the number of pages in a
> document, similar to [ActiveDocument.Paragraphs.Count], but for pages
[quoted text clipped - 4 lines]
>
> Jason
Jason - 18 Apr 2006 14:08 GMT
Thank you very much for the info. Works like a charm.
> ActiveDocument.BuiltinDocumentProperties(wdPropertyPages)
>
[quoted text clipped - 11 lines]
> >
> > Jason