Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear NG-ers;
I created a fully functional menu and toolbar for a new application which works perfectly. There is only one thing missing and I can't figure out how to do this. How can I protect Toolbars & Menu's programmatically so that users can't right click on the commandbar to "customize" or "add" other toolbars and menu's. -- Mark Rosenkrantz --- Spreadsheet Solutions Witkopeend 24 1423 SN Uithoorn, Netherlands --- E: W: www.rosenkrantz.nl |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Spreadsheet Solutions
Try 'Disable right clicking on the worksheet menu bar and other bars Application.CommandBars("Toolbar List").Enabled = False 'This prevents users double-clicking on the Toolbar area to open the '(Customize Toolbars) dialog. Only Excel 2002 and up Application.CommandBars.DisableCustomize = True -- Regards Ron de Bruin http://www.rondebruin.nl "Spreadsheet Solutions" wrote in message . .. Dear NG-ers; I created a fully functional menu and toolbar for a new application which works perfectly. There is only one thing missing and I can't figure out how to do this. How can I protect Toolbars & Menu's programmatically so that users can't right click on the commandbar to "customize" or "add" other toolbars and menu's. -- Mark Rosenkrantz --- Spreadsheet Solutions Witkopeend 24 1423 SN Uithoorn, Netherlands --- E: W: www.rosenkrantz.nl |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change menu's and toolbars in 2007 | New Users to Excel | |||
Pull Down menu's | Excel Worksheet Functions | |||
no menu's | Excel Programming | |||
Custom Menu's | Excel Discussion (Misc queries) | |||
Custom menu's | Excel Programming |