Description
Sets or returns the width of the application window.
Property type
Read-write property
Syntax
| Visual Basic |
|---|
Public Property Width As Long |
Example
Private Sub WidthPropExample()
Dim myWidth As Double
myWidth = Application.Width
MsgBox ("Width is: " & myWidth)
End Sub
See Also