Is True if the Office Assistant window appears in its smaller size. Read/write.

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

Syntax

expression.Reduced

expression A variable that represents an Assistant object.

Remarks

This property is not used in Microsoft Office.

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 .Reduced = True .Left = 400 .MoveWhenInTheWay = True .TipOfDay = True .Visible = True .Animation = msoAnimationGreeting End With
decrease size of help window display smaller size assistance window ofv reduce size of office assistant window reduced reduced property shrink the office assistant window

See also: