AssistWithHelp Property Example
This example displays the Office Assistant whenever the user presses the F1 key to display Help.
With Assistant
.On = True
.Visible = True
.AssistWithHelp = True
.AssistWithAlerts = True
.Animation = msoAnimationGetAttentionMajor
End With