AssistWithAlerts Property Example
This example sets the Office Assistant to be displayed whenever an application alert is generated.
With Assistant
.On = True
.Visible = True
.AssistWithHelp = True
.AssistWithAlerts = True
.Animation = msoAnimationGetAttentionMajor
End With