Application.Assistant Property
Publisher Developer Reference |
Returns an Office.Assistant object that represents the Microsoft Office Assistant.
Syntax
expression.Assistant
expression A variable that represents an Application object.
Return Value
Assistant
Remarks
Note |
---|
The Microsoft Office Assistant and AnswerWizard objects have been deprecated in the 2007 release of the Microsoft Office system. |
Example
This example displays the Office Assistant.
Visual Basic for Applications |
---|
|
This example moves the Office Assistant to the upper-left corner of the screen and displays a custom message in a balloon.
Visual Basic for Applications |
---|
|
See Also