Range.ComputeStatistics Method
Word Developer Reference |
Returns a Long that represents a statistic based on the contents of the specified range.
Syntax
expression.ComputeStatistics(Statistic)
expression Required. A variable that represents a Range object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Statistic | Required | WdStatistic | The type of statistic to compute. |
Remarks
Some of the constants listed above may not be available to you, depending on the language support (U.S. English, for example) that you’ve selected or installed.
Example
This example displays the number of words and characters in the first paragraph of Report.doc.
Visual Basic for Applications |
---|
|
See Also