Connecting Tech Pros Worldwide Forums | Help | Site Map

Office Assistant Won't Die

Wayne Aprato
Guest
 
Posts: n/a
#1: Nov 13 '05
I'm calling the following code from my autoexec macro:

Application.Assistant.Visible=False

but the Office Assistant still graces the screen. What am I doing wrong?

Thanks in advance.

Wayne Morgan
Guest
 
Posts: n/a
#2: Nov 13 '05

re: Office Assistant Won't Die


I just tried playing with this and it seems to work as you seem to expect. I
even tried launching the assistant from Word and then turning it off in
Access to see if that would make a difference, but it still turned it off
and it was still off when I returned to Word as the active application.

There may be a problem with calling this from the Autoexec macro. You may be
calling it before the assistant is actually activated by Access, so you turn
it off before it is turned on and therefore it appears.

--
Wayne Morgan
Microsoft Access MVP


"Wayne Aprato" <cqdigital@volcanomail.com> wrote in message
news:4d9a5a66.0405241643.578c4834@posting.google.c om...[color=blue]
> I'm calling the following code from my autoexec macro:
>
> Application.Assistant.Visible=False
>
> but the Office Assistant still graces the screen. What am I doing wrong?[/color]


Closed Thread