Disable Customize Toolbar

J

JenFruels

Hi, I want to programmatically disable the "Customize..." whenever I
right-click in MS Word 2003? Is that possible? Thanks
 
C

Cindy M.

Hi =?Utf-8?B?SmVuRnJ1ZWxz?=,
I want to programmatically disable the "Customize..." whenever I
right-click in MS Word 2003? Is that possible?
If we're talking VBA and not some other programming interface, then
you can create a procedure named ToolsCustomize. Don't put any code
in it. When the user selects the command, the macro should execute
instead of the built-in command (nothing will happen).

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17
2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :)
 
Top