How can I prevent users from Customizing?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When the user right clicks on the gray area, or select
'View/Toolbars/Customize', how can I disable that button? The only way I
found was to set the sections' protectedforforms=false and protecting the
document. But this is kinda of tidious as I have macros that need to make
changes to the headers and footers. Also, once protected, the undo's get
lost. Is there another way that I do not know of?

Basically I need to strictly lockdown the Toolbars and Keyboard commands,
and not have users try to figure out ways around it.
 
Good luck.

You can get to the customize command by double-clicking in the toolbar area
even if you disable the menu command. I suppose you could write a macro to
try to intercept the Word Command.

Which version of Word?
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide


--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
If you have Word 2003 you can code CommandBars.disableCustomize to stop the
dialog being available via all the different routes. With earlier versions
it's nigh impossible.
 
template is in word 2000, however we will be upgrading to word 2003 soon.
thanks for your help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top