compute statistics

J

jcrews

The computestatistics for the content of an document is not giving m
the correct number.... (Word 2002 - SP2)

The active document has 2 pages - however, when using

ActiveDocument.Content.ComputeStatistics(wdStatisticPages)

it returns a value of 1....

Any hints
 
J

jcrews

Well - solved one problem - found another question....

I removed the .Content property of the ActiveDocument

(ActiveDocument.ComputeStatistics(wdStatisticPages)

It gave me the correct number of pages - what's the difference between
ActiveDocument and ActiveDocument.Content?
 
Top