Share via


Assistant.KeyboardShortcutTips Property

Office Developer Reference

Is True if the Office Assistant displays Help about keyboard shortcuts. Read/write.

Aa432286.vs_note(en-us,office.12).gif  Note
The Microsoft Office Assistant and AnswerWizard have been depreciated in the 2007 release of the Microsoft Office system.

Syntax

expression.KeyboardShortcutTips

expression   A variable that represents an Assistant object.

Remarks

The KeyboardShortcutTips property corresponds to the Keyboard shortcuts option in the Show tips about section on the Options tab in the Office Assistant dialog box.

Example
This example sets the Office Assistant to provide Help information about keyboard shortcuts.

Visual Basic for Applications
  Assistant.KeyboardShortcutTips = True

See Also