Sets or returns the width of the object window, such as the Application object or the Viewport object.
Syntax
integerVariable = object.Width
Where:
integerVariable is a Long integer variable specifying the Width property (in drawing units).
object is the object of interest.
Examples ...