Sets or gets the distance (in points) from the top of the Office Assistant to the top edge of the screen. Read/write.

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

Syntax

expression.Top

expression Required. A variable that represents an object.

Example

This example moves the Office Assistant to another coordinate and sets its Top property for subsequent appearances.

Visual Basic for Applications
With Assistant .On = True .Visible = True .Sounds = True .Animation = msoAnimationBeginSpeaking End With Assistant.Top = 100 MsgBox "Click OK to move the Assistant to a " & _ "new location." Assistant.Top = 500

See also: