Sets or gets the horizontal position of the Office Assistant window (in points) from the left edge of the object relative to the screen. Read/write.

Note
The Microsoft Office Assistant has been deprecated in the release of the Microsoft Office system.

Syntax

expression.Left

expression Required. A variable that represents an object.

Example

This example displays the Office Assistant and moves it to the specified position within the application window.

Visual Basic for Applications
With Assistant .Visible = True .Left = 300 .Top = 300 End With

See also: