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

Re: Disable Customize Toolbar by Cindy

Cindy
Mon Jun 16 03:13:37 PDT 2008

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 :-)


Re: Disable Customize Toolbar by JenFruels

JenFruels
Mon Jun 16 19:19:00 PDT 2008

Thanks I'll try this.