Application.UsableHeight Property
Word Developer Reference |
Returns the maximum height (in points) to which you can set the height of a Microsoft Word document window. Read-only Long.
Syntax
expression.UsableHeight
expression A variable that represents an Application object.
Example
This example sets the size of the active document window to one quarter of the maximum allowable screen area.
Visual Basic for Applications |
---|
|
This example displays the size of the working area in the active document window.
Visual Basic for Applications |
---|
|
See Also