H
Helmut Weber
Hi everybody,
from the help:
Sub test66666()
If MsgBox("Enable Office Assistant?", _
vbYesNo, "Assistant is Off") = vbYes Then
Assistant.On = True
Assistant.Visible = True
Assistant.Animation = msoAnimationGetAttentionMajor
End If
End Sub
results in an runtime-error.
Method 'On' of object 'Assistant' failed.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
from the help:
Sub test66666()
If MsgBox("Enable Office Assistant?", _
vbYesNo, "Assistant is Off") = vbYes Then
Assistant.On = True
Assistant.Visible = True
Assistant.Animation = msoAnimationGetAttentionMajor
End If
End Sub
results in an runtime-error.
Method 'On' of object 'Assistant' failed.
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"