Where has the assistant gone?

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"
 
D

David Kavanagh

Your code worked fine when I tried it with Word 2003.
Perhaps office assistant was not installed? Have you tried showing it
manually using the Help, Show Office Assistant menu item?

Regards,
David.
 
H

Helmut Weber

Indeed, wasn't installed.
I am ashamed, but have never used it.

Thank you David.
 
H

Helmut Weber

Hi John,
MVPs are not supposed to need it, do they?

indeed, wasn't installed and if I had to install it,
would remove it afterwards again.

Haven't seen an assistant for years.

But when I was testing a beautiful tool by Greg Maxey
for handling bookmarks, I got puzzled at first,
as Greg is using assistant.balloons to display some
messages.

Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top