I had looked at that before posting the question...That didnot help me...
Kamur
Main Topics
Browse All TopicsHello,
I have created a word template specific for our application...I want to disable Tools-->AutoCorrect option. I dont want users going in there and playing with it...
If the above thing is not possible, is there a way that they can see the AutoCorrect dialog, but everything there is disabled/greyed out so that they cannot change anything.
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
think it's not possible to simply disable the feature that's making it greyed out, the only thing that certainly would work is disabling the tools | options menu completely by turning it off when the user starts word but this will limit what users can change in their word environment for the session
I found this article on it...
http://dbforums.com/arch/8
Thanks JOrzech and plauwaer....
I really liked both solutions..but I have a question though..
Jorzech's solution applies to all Office, not just Word, right?
Plauwaer's solution is cool and simple, but it affects all the word templates..Can I make it work for just one specific word template, say new.dot.
Regards
Hi kamur,
1. The solution does NOT effect all word templates, unless you place it is the normal.dot template. If you place it in the new.dot template it works only for that template and for documents based on that template.
2. I'll try to explain how i came to ToolsAutoManager
If you want to redefine a word-command for example "menu File>Open "you use
Sub FileOpen()
End Sub
So for "menu Tools>AutoCorrect" i tried
Sub ToolsAutoCorrect()
End Sub
but it didn't work so i had to search the correct name,
I used F2 in visual basic to search the object library and found the constant
wdDiaologFileOpen
so i tried al the names that started with
wdDialogTools...
and ToolsAutoManager worked.
regards
Patrick
Business Accounts
Answer for Membership
by: sunray_2003Posted on 2003-10-22 at 20:55:37ID: 9604251
Kamur,
hange.com/ Applicatio ns/MS_Offi ce/ Q_20104 734.html?q uery=disab le+autocor rect+micro soft+word& searchType =all
Kind of similar issue I think
http://oldlook.experts-exc
Sunray