Application.UsableWidth Property
Word Developer Reference |
Returns the maximum width (in points) to which you can set the width of a Microsoft Word document window. Read-only Long.
Syntax
expression.UsableWidth
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