Connecting Tech Pros Worldwide Help | Site Map

Turn off the Office Assistant through Access VBA

Lauren Quantrell
Guest
 
Posts: n/a
#1: Nov 12 '05
Is there a way to disable the Office Assistant through VBA at program startup?
rkc
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Turn off the Office Assistant through Access VBA



"Lauren Quantrell" <laurenquantrell@hotmail.com> wrote in message
news:47e5bd72.0312110908.7eb7b28@posting.google.co m...[color=blue]
> Is there a way to disable the Office Assistant through VBA at program[/color]
startup?


How about Application.Assistant.On = False


Larry Linson
Guest
 
Posts: n/a
#3: Nov 12 '05

re: Turn off the Office Assistant through Access VBA


"rkc" wrote
[color=blue]
> How about Application.Assistant.On = False[/color]

Too bad there's not a property for

Application.Assistant.NeverDarkenMyDoorAgain

<GRIN>


David W. Fenton
Guest
 
Posts: n/a
#4: Nov 12 '05

re: Turn off the Office Assistant through Access VBA


bouncer@localhost.not (Larry Linson) wrote in
<fa4Cb.402$fN2.380@nwrddc03.gnilink.net>:
[color=blue]
>"rkc" wrote
>[color=green]
> > How about Application.Assistant.On = False[/color]
>
>Too bad there's not a property for
>
> Application.Assistant.NeverDarkenMyDoorAgain
>
><GRIN>[/color]

Well, you can always go to the Office folder and look for the *.act
files (these are office assistant "actor" files) and delete them --
this makes it impossible for them to load, ever.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Closed Thread