Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am sure this must have been covered several times
before, but can someone tell me how to disable menus, tools etc, to prevent workbooks being tampered with. Disabling tooklbars is not a problem Many thanks DonB |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don,
Generally your user's will definitely NOT like it when you start messing with their menu's and/or toolbars... else your code must be 110% bulletproof to RESET their menu's on errors/close etc... I think using the worksheet's protection with UserInterFaceonly = true is the best way to go. See vba help on Protect method (as applies to Worksheet) keepITcool < email : keepitcool chello nl (with @ and .) < homepage: http://members.chello.nl/keepitcool "DonB" wrote: I am sure this must have been covered several times before, but can someone tell me how to disable menus, tools etc, to prevent workbooks being tampered with. Disabling tooklbars is not a problem Many thanks DonB |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Don,
It is the same way, a menu is just a commandbar as a toolbar is. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "DonB" wrote in message ... I am sure this must have been covered several times before, but can someone tell me how to disable menus, tools etc, to prevent workbooks being tampered with. Disabling tooklbars is not a problem Many thanks DonB |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sub-menus of main menus for Excel 2007 | New Users to Excel | |||
Creating Drop-down menus with subset drop-down menus | Excel Worksheet Functions | |||
difference between word 2003 menus and word 2007 menus-Explain pl | Excel Discussion (Misc queries) | |||
New Menus - attaching but menus are reset | Excel Worksheet Functions | |||
Overriding Actions of Excel DropDown Menus and Poup Menus | Excel Programming |