Sets or returns the distance between the left edge of the window and the left edge of the screen.
Syntax
integerVariable = object.Left
Where:
integerVariable is a Long integer variable for storing the Left property.
object is the Application object.
Examples ...