Hello,

I try to limit user access using Word template. One of the issue is
limiting access to AutoCorrect Options dialog box. Currently, our
users can right click on misspelled words and choose AutoCorrect-
>AutoCorrect Options... from a shortcut menu. I did not see this menu
listed in Customize->Toolbars->ShortCut Menus either. Is there a way
to suppress the AutoCorrect Options dialog box using VBA?

Thank you,

Re: Disable AutoCorrect Options dialog box by Graham

Graham
Fri Sep 14 01:19:15 CDT 2007

Why do you want to limit user access to a valuable user function? It doesn't
make any sense at all, unless you are trying to share normal.dot - You
cannot share the Normal.dot file among multiple users in Word
http://support.microsoft.com/?kbid=811468 .

In any case not all autocorrect entries are stored in the template, some are
stored in ACL files in the user profile.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>


Peej.Phoenix@gmail.com wrote:
> Hello,
>
> I try to limit user access using Word template. One of the issue is
> limiting access to AutoCorrect Options dialog box. Currently, our
> users can right click on misspelled words and choose AutoCorrect-
>> AutoCorrect Options... from a shortcut menu. I did not see this menu
> listed in Customize->Toolbars->ShortCut Menus either. Is there a way
> to suppress the AutoCorrect Options dialog box using VBA?
>
> Thank you,



Re: Disable AutoCorrect Options dialog box by Peej

Peej
Fri Sep 14 09:25:10 CDT 2007

We use Word as an authoring tool for our custom application. We
already have a custom function that does similar tasks to the
autocorrect options. Thus, we do not need the autocorrect feature in
Word. If users still can bring up autocorrect options dialog and
change Word autocorrect settings, it could disrupt our application.