Death to clippit? (1 Viewer)

o1110010

Registered User.
Local time
Yesterday, 18:56
Joined
Mar 6, 2004
Messages
182
Upon putzing (general use) of .mdb files, the office assistant pops up every once in awhile. Is there a permanent way to disable the office assistant in desired .mdb files? (..other than uninstalling that feature?)

I know one could disable or reassign F1 but I am not looking to disable certain buttons just the pesty office assistant.
 

WayneRyan

AWF VIP
Local time
Today, 00:56
Joined
Nov 19, 2002
Messages
7,122
o,

It is annoying.

You can use RegEdit to set this:

HKEY_CURRENT_USER\Software\Microsoft\Office\8.0\Common\Assistant

AsstState = 0

Or you could control it programatically, read then restore it
and disable it only for your db.

Wayne
 

ghudson

Registered User.
Local time
Yesterday, 19:56
Joined
Jun 8, 2002
Messages
6,194
Code:
        Assistant.TipOfDay = False
 

Users who are viewing this thread

Top Bottom