Is True if the Office Assistant displays a special tip each time the Office application is opened. Read/write.

Note
The Microsoft Office Assistant and AnswerWizard have been depreciated in the release of the Microsoft Office system.

Syntax

expression.TipOfDay

expression A variable that represents an Assistant object.

Remarks

The default value is False.TipOfDay property corresponds to the Show the Tip of the Day at startup option under Show tips about on the Options tab in the Office Assistant dialog box.

Example
This example displays the Office Assistant in a specific location and it sets several options before making the Assistant visible.

Visual Basic for Applications
With Assistant .On = True .Visible = True .Left = 400 .MoveWhenInTheWay = True If Not TipOfDay Then TipOfDay = True .Animation = msoAnimationGreeting End With
display special tip of the day ofv show tip of the day when starting first office application each day tip tip of day Tip Of Day Property tipof TipOfDay tipofday property view special tip of the day from assistant

See also: