Gets the name of the Assistant object. Read-only.

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

Syntax

expression.Name

expression A variable that represents an Assistant object.

Return Value
String

Example
The following example displays and animates the Clippy Assistant.

Visual Basic for Applications
With Assistant If .Name = "Clippy" then .Visible = True .Animation = msoAnimationGreeting End If End With 

See also: