Left Property [Application, AutoExcelWin, AutoWindow]
The Left property returns or sets the coordinate for the left edge of the window. Returns a Long.
Syntax
object.Left
object.Left = Left
Parameter | Type | Description |
Left | Long | required, position in pixels |
Example 1
This example demonstrates how to return the position of the left side of the application window in pixels.
Debug.Print GrapherApp.Left
Example 2
This example demonstrates how to position the left side of the application window at 150 pixels.
GrapherApp.Left = 150
Used by: Application object, AutoWindow object