Article ID: 170563 - Last Review: October 11, 2006 - Revision: 3.2 OFF97: How to Prevent Customization of Menus and ToolbarsThis article was previously published under Q170563 On This PageSUMMARY In Microsoft Office 97, Service Release 1 (SR-1), the
CommandBars object model allows you to turn off (disable) the Toolbars shortcut menu. This simplifies preventing others from changing
the toolbars and menus of a custom application that you develop with Microsoft
Office 97. MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Turning the Toolbar Shortcut Menu On and OffThe following Visual Basic for Applications subroutine turns off (disables) the Toolbar List shortcut menu:The following subroutine turns on (enables) the Toolbar List shortcut menu: Preventing Users from Changing Menus and ToolbarsSetting the Visible property of the Toolbar List shortcut menu does not prevent others from making changes to the menus and toolbars of a custom application. To prevent others from changing the menus and toolbars in a custom application, remove or turn off the Customize option on the Tools menu and turn off the Toolbar List shortcut menu.The following sample subroutine turns off the Toolbar List shortcut menu and deletes the Customize menu option, which prevents others from modifying the menus and toolbars in a custom application: REFERENCES For more information about customizing command bars, click
the Office Assistant in the Visual Basic Editor, type
commandbars, click Search, and then click to view "Using
command bars". Note If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If Microsoft Help is not installed on your computer, please see the following article in the Microsoft Knowledge Base: 120802
(http://support.microsoft.com/kb/120802/EN-US/
)
Office: How to Add/Remove a Single Office Program or Component
APPLIES TO
| Article Translations
|

Back to the top
